Shades of Lime Green #39D045
Tints of Lime Green #39D045
RGB
CMYK
RGB Variations
Color information
#39D045 (or 0x39D045) is known color: Lime Green. HEX triplet: 39, D0 and 45. RGB value is (57,208,69). Sum of RGB (Red+Green+Blue) = 57+208+69=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 208 (81.64% from 255 or 62.28% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 208 - color contains mainly: green. Hex color #39D045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39D045 is #C62FBA. Grayscale: #939393. Windows color (decimal): -12988347 or 4575289. OLE color: 4575289.
HSL color Cylindrical-coordinate representation of color #39D045: hue angle of 124.77º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D045 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 208 | 69 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.18 |
| HSL | 124.77º | 0.62% | 0.52% | - |
| HSV(B) | 124.77º | 0.73% | 0.82% | - |
| XYZ | 25.32 | 46.41 | 13.25 | - |
| YUV | 147.01 | 83.97 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 208 | 69 | 0.73 | 0 | 0.67 | 0.18 | 124.77 | 0.62 | 0.52 |
| Hex | 39 | D0 | 45 | 49 | 0 | 43 | 12 | 7D | 3E | 34 |
| Octal | 71 | 320 | 105 | 111 | 0 | 103 | 22 | 175 | 76 | 64 |
| Binary | 111001 | 11010000 | 1000101 | 1001001 | 0 | 1000011 | 10010 | 1111101 | 111110 | 110100 |
Color Harmonies of #39D045
Complementary color
Monochromatic Colors of #39D045
Black with #39D045
Text Example
Text Example
White with #39D045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D045; }
p { color: rgb(57,208,69); }
H1.HeaderClassName
{
color: #39D045;
}
.AnyTagClassName
{
color: #39D045;
}
</style>
background-color css
<style>
a { background-color: #39D045; }
a { background-color: rgb(57,208,69); }
div.DivClassName
{
background-color: #39D045;
}
.BgClassName
{
background-color: #39D045;
}
</style>
border-color css
<style>
span { border-color: #39D045; }
span { border-color: rgb(57,208,69); }
td.TdClassName
{
border-color: #39D045;
}
.TagClassName
{
border-color: #39D045;
}
</style>