Shades of Lime Green #39C02D
Tints of Lime Green #39C02D
RGB
CMYK
RGB Variations
Color information
#39C02D (or 0x39C02D) is known color: Lime Green. HEX triplet: 39, C0 and 2D. RGB value is (57,192,45). Sum of RGB (Red+Green+Blue) = 57+192+45=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 192 (75.39% from 255 or 65.31% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 192 - color contains mainly: green. Hex color #39C02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C02D is #C63FD2. Grayscale: #878787. Windows color (decimal): -12992467 or 2998329. OLE color: 2998329.
HSL color Cylindrical-coordinate representation of color #39C02D: hue angle of 115.1º degrees, saturation: 0.62, 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 #39C02D is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 192 | 45 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.25 |
| HSL | 115.1º | 0.62% | 0.46% | - |
| HSV(B) | 115.1º | 0.77% | 0.75% | - |
| XYZ | 21.01 | 38.76 | 8.86 | - |
| YUV | 134.88 | 77.27 | 72.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 192 | 45 | 0.70 | 0 | 0.77 | 0.25 | 115.1 | 0.62 | 0.46 |
| Hex | 39 | C0 | 2D | 46 | 0 | 4D | 19 | 73 | 3E | 2E |
| Octal | 71 | 300 | 55 | 106 | 0 | 115 | 31 | 163 | 76 | 56 |
| Binary | 111001 | 11000000 | 101101 | 1000110 | 0 | 1001101 | 11001 | 1110011 | 111110 | 101110 |
Color Harmonies of #39C02D
Complementary color
Monochromatic Colors of #39C02D
Black with #39C02D
Text Example
Text Example
White with #39C02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C02D; }
p { color: rgb(57,192,45); }
H1.HeaderClassName
{
color: #39C02D;
}
.AnyTagClassName
{
color: #39C02D;
}
</style>
background-color css
<style>
a { background-color: #39C02D; }
a { background-color: rgb(57,192,45); }
div.DivClassName
{
background-color: #39C02D;
}
.BgClassName
{
background-color: #39C02D;
}
</style>
border-color css
<style>
span { border-color: #39C02D; }
span { border-color: rgb(57,192,45); }
td.TdClassName
{
border-color: #39C02D;
}
.TagClassName
{
border-color: #39C02D;
}
</style>