Shades of Lime Green #39C023
Tints of Lime Green #39C023
RGB
CMYK
RGB Variations
Color information
#39C023 (or 0x39C023) is known color: Lime Green. HEX triplet: 39, C0 and 23. RGB value is (57,192,35). Sum of RGB (Red+Green+Blue) = 57+192+35=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 192 (75.39% from 255 or 67.61% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 192 - color contains mainly: green. Hex color #39C023 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C023 is #C63FDC. Grayscale: #868686. Windows color (decimal): -12992477 or 2342969. OLE color: 2342969.
HSL color Cylindrical-coordinate representation of color #39C023: hue angle of 111.59º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #39C023 is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 192 | 35 | - |
| CMYK | 0.70 | 0 | 0.82 | 0.25 |
| HSL | 111.59º | 0.69% | 0.45% | - |
| HSV(B) | 111.59º | 0.82% | 0.75% | - |
| XYZ | 20.84 | 38.69 | 7.96 | - |
| YUV | 133.74 | 72.27 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 192 | 35 | 0.70 | 0 | 0.82 | 0.25 | 111.59 | 0.69 | 0.45 |
| Hex | 39 | C0 | 23 | 46 | 0 | 52 | 19 | 70 | 45 | 2D |
| Octal | 71 | 300 | 43 | 106 | 0 | 122 | 31 | 160 | 105 | 55 |
| Binary | 111001 | 11000000 | 100011 | 1000110 | 0 | 1010010 | 11001 | 1110000 | 1000101 | 101101 |
Color Harmonies of #39C023
Complementary color
Monochromatic Colors of #39C023
Black with #39C023
Text Example
Text Example
White with #39C023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C023; }
p { color: rgb(57,192,35); }
H1.HeaderClassName
{
color: #39C023;
}
.AnyTagClassName
{
color: #39C023;
}
</style>
background-color css
<style>
a { background-color: #39C023; }
a { background-color: rgb(57,192,35); }
div.DivClassName
{
background-color: #39C023;
}
.BgClassName
{
background-color: #39C023;
}
</style>
border-color css
<style>
span { border-color: #39C023; }
span { border-color: rgb(57,192,35); }
td.TdClassName
{
border-color: #39C023;
}
.TagClassName
{
border-color: #39C023;
}
</style>