Shades of Lime Green #39CA28
Tints of Lime Green #39CA28
RGB
CMYK
RGB Variations
Color information
#39CA28 (or 0x39CA28) is known color: Lime Green. HEX triplet: 39, CA and 28. RGB value is (57,202,40). Sum of RGB (Red+Green+Blue) = 57+202+40=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 202 (79.30% from 255 or 67.56% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 202 - color contains mainly: green. Hex color #39CA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39CA28 is #C635D7. Grayscale: #8C8C8C. Windows color (decimal): -12989912 or 2673209. OLE color: 2673209.
HSL color Cylindrical-coordinate representation of color #39CA28: hue angle of 113.7º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #39CA28 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 202 | 40 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.21 |
| HSL | 113.7º | 0.67% | 0.47% | - |
| HSV(B) | 113.7º | 0.8% | 0.79% | - |
| XYZ | 23.19 | 43.26 | 9.14 | - |
| YUV | 140.18 | 71.46 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 202 | 40 | 0.72 | 0 | 0.80 | 0.21 | 113.7 | 0.67 | 0.47 |
| Hex | 39 | CA | 28 | 48 | 0 | 50 | 15 | 72 | 43 | 2F |
| Octal | 71 | 312 | 50 | 110 | 0 | 120 | 25 | 162 | 103 | 57 |
| Binary | 111001 | 11001010 | 101000 | 1001000 | 0 | 1010000 | 10101 | 1110010 | 1000011 | 101111 |
Color Harmonies of #39CA28
Complementary color
Monochromatic Colors of #39CA28
Black with #39CA28
Text Example
Text Example
White with #39CA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CA28; }
p { color: rgb(57,202,40); }
H1.HeaderClassName
{
color: #39CA28;
}
.AnyTagClassName
{
color: #39CA28;
}
</style>
background-color css
<style>
a { background-color: #39CA28; }
a { background-color: rgb(57,202,40); }
div.DivClassName
{
background-color: #39CA28;
}
.BgClassName
{
background-color: #39CA28;
}
</style>
border-color css
<style>
span { border-color: #39CA28; }
span { border-color: rgb(57,202,40); }
td.TdClassName
{
border-color: #39CA28;
}
.TagClassName
{
border-color: #39CA28;
}
</style>