Shades of Lime Green #39CA3E
Tints of Lime Green #39CA3E
RGB
CMYK
RGB Variations
Color information
#39CA3E (or 0x39CA3E) is known color: Lime Green. HEX triplet: 39, CA and 3E. RGB value is (57,202,62). Sum of RGB (Red+Green+Blue) = 57+202+62=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 202 (79.30% from 255 or 62.93% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 202 - color contains mainly: green. Hex color #39CA3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39CA3E is #C635C1. Grayscale: #8F8F8F. Windows color (decimal): -12989890 or 4115001. OLE color: 4115001.
HSL color Cylindrical-coordinate representation of color #39CA3E: hue angle of 122.07º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CA3E is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 202 | 62 | - |
| CMYK | 0.72 | 0 | 0.69 | 0.21 |
| HSL | 122.07º | 0.58% | 0.51% | - |
| HSV(B) | 122.07º | 0.72% | 0.79% | - |
| XYZ | 23.68 | 43.46 | 11.7 | - |
| YUV | 142.69 | 82.46 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 202 | 62 | 0.72 | 0 | 0.69 | 0.21 | 122.07 | 0.58 | 0.51 |
| Hex | 39 | CA | 3E | 48 | 0 | 45 | 15 | 7A | 3A | 33 |
| Octal | 71 | 312 | 76 | 110 | 0 | 105 | 25 | 172 | 72 | 63 |
| Binary | 111001 | 11001010 | 111110 | 1001000 | 0 | 1000101 | 10101 | 1111010 | 111010 | 110011 |
Color Harmonies of #39CA3E
Complementary color
Monochromatic Colors of #39CA3E
Black with #39CA3E
Text Example
Text Example
White with #39CA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CA3E; }
p { color: rgb(57,202,62); }
H1.HeaderClassName
{
color: #39CA3E;
}
.AnyTagClassName
{
color: #39CA3E;
}
</style>
background-color css
<style>
a { background-color: #39CA3E; }
a { background-color: rgb(57,202,62); }
div.DivClassName
{
background-color: #39CA3E;
}
.BgClassName
{
background-color: #39CA3E;
}
</style>
border-color css
<style>
span { border-color: #39CA3E; }
span { border-color: rgb(57,202,62); }
td.TdClassName
{
border-color: #39CA3E;
}
.TagClassName
{
border-color: #39CA3E;
}
</style>