Shades of Lime Green #39D044
Tints of Lime Green #39D044
RGB
CMYK
RGB Variations
Color information
#39D044 (or 0x39D044) is known color: Lime Green. HEX triplet: 39, D0 and 44. RGB value is (57,208,68). Sum of RGB (Red+Green+Blue) = 57+208+68=333 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.12% from 333); Green value is 208 (81.64% from 255 or 62.46% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 208 - color contains mainly: green. Hex color #39D044 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39D044 is #C62FBB. Grayscale: #939393. Windows color (decimal): -12988348 or 4509753. OLE color: 4509753.
HSL color Cylindrical-coordinate representation of color #39D044: hue angle of 124.37º 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 #39D044 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 208 | 68 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.18 |
| HSL | 124.37º | 0.62% | 0.52% | - |
| HSV(B) | 124.37º | 0.73% | 0.82% | - |
| XYZ | 25.29 | 46.4 | 13.09 | - |
| YUV | 146.89 | 83.47 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 208 | 68 | 0.73 | 0 | 0.67 | 0.18 | 124.37 | 0.62 | 0.52 |
| Hex | 39 | D0 | 44 | 49 | 0 | 43 | 12 | 7C | 3E | 34 |
| Octal | 71 | 320 | 104 | 111 | 0 | 103 | 22 | 174 | 76 | 64 |
| Binary | 111001 | 11010000 | 1000100 | 1001001 | 0 | 1000011 | 10010 | 1111100 | 111110 | 110100 |
Color Harmonies of #39D044
Complementary color
Monochromatic Colors of #39D044
Black with #39D044
Text Example
Text Example
White with #39D044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D044; }
p { color: rgb(57,208,68); }
H1.HeaderClassName
{
color: #39D044;
}
.AnyTagClassName
{
color: #39D044;
}
</style>
background-color css
<style>
a { background-color: #39D044; }
a { background-color: rgb(57,208,68); }
div.DivClassName
{
background-color: #39D044;
}
.BgClassName
{
background-color: #39D044;
}
</style>
border-color css
<style>
span { border-color: #39D044; }
span { border-color: rgb(57,208,68); }
td.TdClassName
{
border-color: #39D044;
}
.TagClassName
{
border-color: #39D044;
}
</style>