Shades of Lime Green #39CB28
Tints of Lime Green #39CB28
RGB
CMYK
RGB Variations
Color information
#39CB28 (or 0x39CB28) is known color: Lime Green. HEX triplet: 39, CB and 28. RGB value is (57,203,40). Sum of RGB (Red+Green+Blue) = 57+203+40=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 203 (79.69% from 255 or 67.67% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 203 - color contains mainly: green. Hex color #39CB28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39CB28 is #C634D7. Grayscale: #8D8D8D. Windows color (decimal): -12989656 or 2673465. OLE color: 2673465.
HSL color Cylindrical-coordinate representation of color #39CB28: hue angle of 113.74º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #39CB28 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 203 | 40 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.20 |
| HSL | 113.74º | 0.67% | 0.48% | - |
| HSV(B) | 113.74º | 0.8% | 0.8% | - |
| XYZ | 23.43 | 43.73 | 9.21 | - |
| YUV | 140.76 | 71.13 | 68.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 203 | 40 | 0.72 | 0 | 0.80 | 0.20 | 113.74 | 0.67 | 0.48 |
| Hex | 39 | CB | 28 | 48 | 0 | 50 | 14 | 72 | 43 | 30 |
| Octal | 71 | 313 | 50 | 110 | 0 | 120 | 24 | 162 | 103 | 60 |
| Binary | 111001 | 11001011 | 101000 | 1001000 | 0 | 1010000 | 10100 | 1110010 | 1000011 | 110000 |
Color Harmonies of #39CB28
Complementary color
Monochromatic Colors of #39CB28
Black with #39CB28
Text Example
Text Example
White with #39CB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CB28; }
p { color: rgb(57,203,40); }
H1.HeaderClassName
{
color: #39CB28;
}
.AnyTagClassName
{
color: #39CB28;
}
</style>
background-color css
<style>
a { background-color: #39CB28; }
a { background-color: rgb(57,203,40); }
div.DivClassName
{
background-color: #39CB28;
}
.BgClassName
{
background-color: #39CB28;
}
</style>
border-color css
<style>
span { border-color: #39CB28; }
span { border-color: rgb(57,203,40); }
td.TdClassName
{
border-color: #39CB28;
}
.TagClassName
{
border-color: #39CB28;
}
</style>