Shades of Lime Green #39C02C
Tints of Lime Green #39C02C
RGB
CMYK
RGB Variations
Color information
#39C02C (or 0x39C02C) is known color: Lime Green. HEX triplet: 39, C0 and 2C. RGB value is (57,192,44). Sum of RGB (Red+Green+Blue) = 57+192+44=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 192 (75.39% from 255 or 65.53% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 192 - color contains mainly: green. Hex color #39C02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C02C is #C63FD3. Grayscale: #878787. Windows color (decimal): -12992468 or 2932793. OLE color: 2932793.
HSL color Cylindrical-coordinate representation of color #39C02C: hue angle of 114.73º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39C02C is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 192 | 44 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.25 |
| HSL | 114.73º | 0.63% | 0.46% | - |
| HSV(B) | 114.73º | 0.77% | 0.75% | - |
| XYZ | 20.99 | 38.75 | 8.76 | - |
| YUV | 134.76 | 76.77 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 192 | 44 | 0.70 | 0 | 0.77 | 0.25 | 114.73 | 0.63 | 0.46 |
| Hex | 39 | C0 | 2C | 46 | 0 | 4D | 19 | 73 | 3F | 2E |
| Octal | 71 | 300 | 54 | 106 | 0 | 115 | 31 | 163 | 77 | 56 |
| Binary | 111001 | 11000000 | 101100 | 1000110 | 0 | 1001101 | 11001 | 1110011 | 111111 | 101110 |
Color Harmonies of #39C02C
Complementary color
Monochromatic Colors of #39C02C
Black with #39C02C
Text Example
Text Example
White with #39C02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C02C; }
p { color: rgb(57,192,44); }
H1.HeaderClassName
{
color: #39C02C;
}
.AnyTagClassName
{
color: #39C02C;
}
</style>
background-color css
<style>
a { background-color: #39C02C; }
a { background-color: rgb(57,192,44); }
div.DivClassName
{
background-color: #39C02C;
}
.BgClassName
{
background-color: #39C02C;
}
</style>
border-color css
<style>
span { border-color: #39C02C; }
span { border-color: rgb(57,192,44); }
td.TdClassName
{
border-color: #39C02C;
}
.TagClassName
{
border-color: #39C02C;
}
</style>