Shades of Lime Green #39C42C
Tints of Lime Green #39C42C
RGB
CMYK
RGB Variations
Color information
#39C42C (or 0x39C42C) is known color: Lime Green. HEX triplet: 39, C4 and 2C. RGB value is (57,196,44). Sum of RGB (Red+Green+Blue) = 57+196+44=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 196 (76.95% from 255 or 65.99% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 196 - color contains mainly: green. Hex color #39C42C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C42C is #C63BD3. Grayscale: #898989. Windows color (decimal): -12991444 or 2933817. OLE color: 2933817.
HSL color Cylindrical-coordinate representation of color #39C42C: hue angle of 114.87º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39C42C is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 57 | 196 | 44 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.23 |
| HSL | 114.87º | 0.63% | 0.47% | - |
| HSV(B) | 114.87º | 0.78% | 0.77% | - |
| XYZ | 21.88 | 40.53 | 9.05 | - |
| YUV | 137.11 | 75.45 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 196 | 44 | 0.71 | 0 | 0.78 | 0.23 | 114.87 | 0.63 | 0.47 |
| Hex | 39 | C4 | 2C | 47 | 0 | 4E | 17 | 73 | 3F | 2F |
| Octal | 71 | 304 | 54 | 107 | 0 | 116 | 27 | 163 | 77 | 57 |
| Binary | 111001 | 11000100 | 101100 | 1000111 | 0 | 1001110 | 10111 | 1110011 | 111111 | 101111 |
Color Harmonies of #39C42C
Complementary color
Monochromatic Colors of #39C42C
Black with #39C42C
Text Example
Text Example
White with #39C42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C42C; }
p { color: rgb(57,196,44); }
H1.HeaderClassName
{
color: #39C42C;
}
.AnyTagClassName
{
color: #39C42C;
}
</style>
background-color css
<style>
a { background-color: #39C42C; }
a { background-color: rgb(57,196,44); }
div.DivClassName
{
background-color: #39C42C;
}
.BgClassName
{
background-color: #39C42C;
}
</style>
border-color css
<style>
span { border-color: #39C42C; }
span { border-color: rgb(57,196,44); }
td.TdClassName
{
border-color: #39C42C;
}
.TagClassName
{
border-color: #39C42C;
}
</style>