#39D01F

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

Shades of Lime Green #39D01F

Tints of Lime Green #39D01F

Color information

#39D01F (or 0x39D01F) is unknown color: approx Lime Green. HEX triplet: 39, D0 and 1F. RGB value is (57,208,31). Sum of RGB (Red+Green+Blue) = 57+208+31=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 208 (81.64% from 255 or 70.27% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 208 - color contains mainly: green. Hex color #39D01F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39D01F is #C62FE0. Grayscale: #8F8F8F. Windows color (decimal): -12988385 or 2084921. OLE color: 2084921.

HSL color Cylindrical-coordinate representation of color #39D01F: hue angle of 111.19º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #39D01F is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB5720831-
CMYK0.7300.850.18
HSL111.19º74.06%46.86%-
HSV(B)111.19º85.1%81.57%-
XYZ24.4946.088.9-
YUV142.6764.9766.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.26%
GREEN value IS 208 (81.64% from 255) = 70.27%
BLUE value IS 31 (12.5% from 255) = 10.47%
R=19.26%
G=70.27%
B=10.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal57208310.7300.850.18111.1974.0646.86
Hex39D01F49055126f4a2f
Octal713203711101252215711257
Binary11100111010000111111001001010101011001011011111001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39D01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39D01F; }

 p { color: rgb(57,208,31); }

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

<style>
 a { background-color: #39D01F; }

 a { background-color: rgb(57,208,31); }

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

<style>
 span { border-color: #39D01F; }

 span { border-color: rgb(57,208,31); }

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