Shades of Lime Green #39C022
Tints of Lime Green #39C022
RGB
CMYK
RGB Variations
Color information
#39C022 (or 0x39C022) is known color: Lime Green. HEX triplet: 39, C0 and 22. RGB value is (57,192,34). Sum of RGB (Red+Green+Blue) = 57+192+34=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 192 (75.39% from 255 or 67.84% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 192 - color contains mainly: green. Hex color #39C022 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C022 is #C63FDD. Grayscale: #868686. Windows color (decimal): -12992478 or 2277433. OLE color: 2277433.
HSL color Cylindrical-coordinate representation of color #39C022: hue angle of 111.27º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #39C022 is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 192 | 34 | - |
| CMYK | 0.70 | 0 | 0.82 | 0.25 |
| HSL | 111.27º | 0.7% | 0.44% | - |
| HSV(B) | 111.27º | 0.82% | 0.75% | - |
| XYZ | 20.83 | 38.68 | 7.88 | - |
| YUV | 133.62 | 71.77 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 192 | 34 | 0.70 | 0 | 0.82 | 0.25 | 111.27 | 0.7 | 0.44 |
| Hex | 39 | C0 | 22 | 46 | 0 | 52 | 19 | 6F | 46 | 2C |
| Octal | 71 | 300 | 42 | 106 | 0 | 122 | 31 | 157 | 106 | 54 |
| Binary | 111001 | 11000000 | 100010 | 1000110 | 0 | 1010010 | 11001 | 1101111 | 1000110 | 101100 |
Color Harmonies of #39C022
Complementary color
Monochromatic Colors of #39C022
Black with #39C022
Text Example
Text Example
White with #39C022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C022; }
p { color: rgb(57,192,34); }
H1.HeaderClassName
{
color: #39C022;
}
.AnyTagClassName
{
color: #39C022;
}
</style>
background-color css
<style>
a { background-color: #39C022; }
a { background-color: rgb(57,192,34); }
div.DivClassName
{
background-color: #39C022;
}
.BgClassName
{
background-color: #39C022;
}
</style>
border-color css
<style>
span { border-color: #39C022; }
span { border-color: rgb(57,192,34); }
td.TdClassName
{
border-color: #39C022;
}
.TagClassName
{
border-color: #39C022;
}
</style>