#30E01F

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

Shades of Lime Green #30E01F

Tints of Lime Green #30E01F

Color information

#30E01F (or 0x30E01F) is unknown color: approx Lime Green. HEX triplet: 30, E0 and 1F. RGB value is (48,224,31). Sum of RGB (Red+Green+Blue) = 48+224+31=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 224 (87.89% from 255 or 73.93% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 224 - color contains mainly: green. Hex color #30E01F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E01F is #CF1FE0. Grayscale: #959595. Windows color (decimal): -13574113 or 2089008. OLE color: 2089008.

HSL color Cylindrical-coordinate representation of color #30E01F: hue angle of 114.72º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #30E01F is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB4822431-
CMYK0.7900.860.12
HSL114.72º75.69%50%-
HSV(B)114.72º86.16%87.84%-
XYZ28.1254.0410.24-
YUV149.3761.1955.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.84%
GREEN value IS 224 (87.89% from 255) = 73.93%
BLUE value IS 31 (12.5% from 255) = 10.23%
R=15.84%
G=73.93%
B=10.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal48224310.7900.860.12114.7275.6950
Hex30E01F4F056C734c32
Octal603403711701261416311462
Binary1100001110000011111100111101010110110011100111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,224,31); }

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

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

 a { background-color: rgb(48,224,31); }

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

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

 span { border-color: rgb(48,224,31); }

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