Shades of Lime Green #39C036
Tints of Lime Green #39C036
RGB
CMYK
RGB Variations
Color information
#39C036 (or 0x39C036) is known color: Lime Green. HEX triplet: 39, C0 and 36. RGB value is (57,192,54). Sum of RGB (Red+Green+Blue) = 57+192+54=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 192 (75.39% from 255 or 63.37% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 192 - color contains mainly: green. Hex color #39C036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C036 is #C63FC9. Grayscale: #888888. Windows color (decimal): -12992458 or 3588153. OLE color: 3588153.
HSL color Cylindrical-coordinate representation of color #39C036: hue angle of 118.7º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39C036 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 192 | 54 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.25 |
| HSL | 118.7º | 0.56% | 0.48% | - |
| HSV(B) | 118.7º | 0.72% | 0.75% | - |
| XYZ | 21.2 | 38.84 | 9.87 | - |
| YUV | 135.9 | 81.77 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 192 | 54 | 0.70 | 0 | 0.72 | 0.25 | 118.7 | 0.56 | 0.48 |
| Hex | 39 | C0 | 36 | 46 | 0 | 48 | 19 | 77 | 38 | 30 |
| Octal | 71 | 300 | 66 | 106 | 0 | 110 | 31 | 167 | 70 | 60 |
| Binary | 111001 | 11000000 | 110110 | 1000110 | 0 | 1001000 | 11001 | 1110111 | 111000 | 110000 |
Color Harmonies of #39C036
Complementary color
Monochromatic Colors of #39C036
Black with #39C036
Text Example
Text Example
White with #39C036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C036; }
p { color: rgb(57,192,54); }
H1.HeaderClassName
{
color: #39C036;
}
.AnyTagClassName
{
color: #39C036;
}
</style>
background-color css
<style>
a { background-color: #39C036; }
a { background-color: rgb(57,192,54); }
div.DivClassName
{
background-color: #39C036;
}
.BgClassName
{
background-color: #39C036;
}
</style>
border-color css
<style>
span { border-color: #39C036; }
span { border-color: rgb(57,192,54); }
td.TdClassName
{
border-color: #39C036;
}
.TagClassName
{
border-color: #39C036;
}
</style>