#30B538

Color #30B538 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #30B538

Tints of Lime Green #30B538

Color information

#30B538 (or 0x30B538) is unknown color: approx Lime Green. HEX triplet: 30, B5 and 38. RGB value is (48,181,56). Sum of RGB (Red+Green+Blue) = 48+181+56=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 181 (71.09% from 255 or 63.51% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 181 - color contains mainly: green. Hex color #30B538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B538 is #CF4AC7. Grayscale: #7F7F7F. Windows color (decimal): -13585096 or 3716400. OLE color: 3716400.

HSL color Cylindrical-coordinate representation of color #30B538: hue angle of 123.61º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B538 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB4818156-
CMYK0.7300.690.29
HSL123.61º58.08%44.9%-
HSV(B)123.61º73.48%70.98%-
XYZ18.4633.969.32-
YUV126.9887.9471.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 16.84%
GREEN value IS 181 (71.09% from 255) = 63.51%
BLUE value IS 56 (22.27% from 255) = 19.65%
R=16.84%
G=63.51%
B=19.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48181560.7300.690.29123.6158.0844.9
Hex30B538490451D7c3a2d
Octal60265701110105351747255
Binary11000010110101111000100100101000101111011111100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30B538; }

 p { color: rgb(48,181,56); }

 H1.HeaderClassName
 {
   color: #30B538;
 }
 .AnyTagClassName
 {
   color: #30B538;
 }
</style>
background-color css

<style>
 a { background-color: #30B538; }

 a { background-color: rgb(48,181,56); }

 div.DivClassName
 {
   background-color: #30B538;
 }
 .BgClassName
 {
   background-color: #30B538;
 }
</style>
border-color css

<style>
 span { border-color: #30B538; }

 span { border-color: rgb(48,181,56); }

 td.TdClassName
 {
   border-color: #30B538;
 }
 .TagClassName
 {
   border-color: #30B538;
 }
</style>