#30CB49

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

Shades of Lime Green #30CB49

Tints of Lime Green #30CB49

Color information

#30CB49 (or 0x30CB49) is unknown color: approx Lime Green. HEX triplet: 30, CB and 49. RGB value is (48,203,73). Sum of RGB (Red+Green+Blue) = 48+203+73=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 203 (79.69% from 255 or 62.65% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 203 - color contains mainly: green. Hex color #30CB49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CB49 is #CF34B6. Grayscale: #8E8E8E. Windows color (decimal): -13579447 or 4836144. OLE color: 4836144.

HSL color Cylindrical-coordinate representation of color #30CB49: hue angle of 129.68º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CB49 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB4820373-
CMYK0.7600.640.20
HSL129.68º61.75%49.22%-
HSV(B)129.68º76.35%79.61%-
XYZ23.7843.8213.51-
YUV141.8389.1561.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.81%
GREEN value IS 203 (79.69% from 255) = 62.65%
BLUE value IS 73 (28.91% from 255) = 22.53%
R=14.81%
G=62.65%
B=22.53%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal48203730.7600.640.20129.6861.7549.22
Hex30CB494C04014823e31
Octal603131111140100242027661
Binary1100001100101110010011001100010000001010010000010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30CB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,203,73); }

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

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

 a { background-color: rgb(48,203,73); }

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

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

 span { border-color: rgb(48,203,73); }

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