Shades of Lime Green #39C42D
Tints of Lime Green #39C42D
RGB
CMYK
RGB Variations
Color information
#39C42D (or 0x39C42D) is known color: Lime Green. HEX triplet: 39, C4 and 2D. RGB value is (57,196,45). Sum of RGB (Red+Green+Blue) = 57+196+45=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 196 (76.95% from 255 or 65.77% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 196 - color contains mainly: green. Hex color #39C42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C42D is #C63BD2. Grayscale: #898989. Windows color (decimal): -12991443 or 2999353. OLE color: 2999353.
HSL color Cylindrical-coordinate representation of color #39C42D: hue angle of 115.23º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39C42D is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 57 | 196 | 45 | - |
| CMYK | 0.71 | 0 | 0.77 | 0.23 |
| HSL | 115.23º | 0.63% | 0.47% | - |
| HSV(B) | 115.23º | 0.77% | 0.77% | - |
| XYZ | 21.9 | 40.54 | 9.15 | - |
| YUV | 137.23 | 75.95 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 196 | 45 | 0.71 | 0 | 0.77 | 0.23 | 115.23 | 0.63 | 0.47 |
| Hex | 39 | C4 | 2D | 47 | 0 | 4D | 17 | 73 | 3F | 2F |
| Octal | 71 | 304 | 55 | 107 | 0 | 115 | 27 | 163 | 77 | 57 |
| Binary | 111001 | 11000100 | 101101 | 1000111 | 0 | 1001101 | 10111 | 1110011 | 111111 | 101111 |
Color Harmonies of #39C42D
Complementary color
Monochromatic Colors of #39C42D
Black with #39C42D
Text Example
Text Example
White with #39C42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C42D; }
p { color: rgb(57,196,45); }
H1.HeaderClassName
{
color: #39C42D;
}
.AnyTagClassName
{
color: #39C42D;
}
</style>
background-color css
<style>
a { background-color: #39C42D; }
a { background-color: rgb(57,196,45); }
div.DivClassName
{
background-color: #39C42D;
}
.BgClassName
{
background-color: #39C42D;
}
</style>
border-color css
<style>
span { border-color: #39C42D; }
span { border-color: rgb(57,196,45); }
td.TdClassName
{
border-color: #39C42D;
}
.TagClassName
{
border-color: #39C42D;
}
</style>