Shades of Lime Green #39D62D
Tints of Lime Green #39D62D
RGB
CMYK
RGB Variations
Color information
#39D62D (or 0x39D62D) is known color: Lime Green. HEX triplet: 39, D6 and 2D. RGB value is (57,214,45). Sum of RGB (Red+Green+Blue) = 57+214+45=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 214 (83.98% from 255 or 67.72% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 214 - color contains mainly: green. Hex color #39D62D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39D62D is #C629D2. Grayscale: #949494. Windows color (decimal): -12986835 or 3003961. OLE color: 3003961.
HSL color Cylindrical-coordinate representation of color #39D62D: hue angle of 115.74º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #39D62D is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 57 | 214 | 45 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.16 |
| HSL | 115.74º | 0.67% | 0.51% | - |
| HSV(B) | 115.74º | 0.79% | 0.84% | - |
| XYZ | 26.21 | 49.15 | 10.59 | - |
| YUV | 147.79 | 69.99 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 214 | 45 | 0.73 | 0 | 0.79 | 0.16 | 115.74 | 0.67 | 0.51 |
| Hex | 39 | D6 | 2D | 49 | 0 | 4F | 10 | 74 | 43 | 33 |
| Octal | 71 | 326 | 55 | 111 | 0 | 117 | 20 | 164 | 103 | 63 |
| Binary | 111001 | 11010110 | 101101 | 1001001 | 0 | 1001111 | 10000 | 1110100 | 1000011 | 110011 |
Color Harmonies of #39D62D
Complementary color
Monochromatic Colors of #39D62D
Black with #39D62D
Text Example
Text Example
White with #39D62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D62D; }
p { color: rgb(57,214,45); }
H1.HeaderClassName
{
color: #39D62D;
}
.AnyTagClassName
{
color: #39D62D;
}
</style>
background-color css
<style>
a { background-color: #39D62D; }
a { background-color: rgb(57,214,45); }
div.DivClassName
{
background-color: #39D62D;
}
.BgClassName
{
background-color: #39D62D;
}
</style>
border-color css
<style>
span { border-color: #39D62D; }
span { border-color: rgb(57,214,45); }
td.TdClassName
{
border-color: #39D62D;
}
.TagClassName
{
border-color: #39D62D;
}
</style>