Shades of Lime Green #39CA4D
Tints of Lime Green #39CA4D
RGB
CMYK
RGB Variations
Color information
#39CA4D (or 0x39CA4D) is known color: Lime Green. HEX triplet: 39, CA and 4D. RGB value is (57,202,77). Sum of RGB (Red+Green+Blue) = 57+202+77=336 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.96% from 336); Green value is 202 (79.30% from 255 or 60.12% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 202 - color contains mainly: green. Hex color #39CA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39CA4D is #C635B2. Grayscale: #909090. Windows color (decimal): -12989875 or 5098041. OLE color: 5098041.
HSL color Cylindrical-coordinate representation of color #39CA4D: hue angle of 128.28º 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 #39CA4D is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 202 | 77 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.21 |
| HSL | 128.28º | 0.58% | 0.51% | - |
| HSV(B) | 128.28º | 0.72% | 0.79% | - |
| XYZ | 24.15 | 43.65 | 14.17 | - |
| YUV | 144.4 | 89.96 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 202 | 77 | 0.72 | 0 | 0.62 | 0.21 | 128.28 | 0.58 | 0.51 |
| Hex | 39 | CA | 4D | 48 | 0 | 3E | 15 | 80 | 3A | 33 |
| Octal | 71 | 312 | 115 | 110 | 0 | 76 | 25 | 200 | 72 | 63 |
| Binary | 111001 | 11001010 | 1001101 | 1001000 | 0 | 111110 | 10101 | 10000000 | 111010 | 110011 |
Color Harmonies of #39CA4D
Complementary color
Monochromatic Colors of #39CA4D
Black with #39CA4D
Text Example
Text Example
White with #39CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CA4D; }
p { color: rgb(57,202,77); }
H1.HeaderClassName
{
color: #39CA4D;
}
.AnyTagClassName
{
color: #39CA4D;
}
</style>
background-color css
<style>
a { background-color: #39CA4D; }
a { background-color: rgb(57,202,77); }
div.DivClassName
{
background-color: #39CA4D;
}
.BgClassName
{
background-color: #39CA4D;
}
</style>
border-color css
<style>
span { border-color: #39CA4D; }
span { border-color: rgb(57,202,77); }
td.TdClassName
{
border-color: #39CA4D;
}
.TagClassName
{
border-color: #39CA4D;
}
</style>