Shades of Lime Green #39C84A
Tints of Lime Green #39C84A
RGB
CMYK
RGB Variations
Color information
#39C84A (or 0x39C84A) is known color: Lime Green. HEX triplet: 39, C8 and 4A. RGB value is (57,200,74). Sum of RGB (Red+Green+Blue) = 57+200+74=331 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.22% from 331); Green value is 200 (78.52% from 255 or 60.42% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 200 - color contains mainly: green. Hex color #39C84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C84A is #C637B5. Grayscale: #8F8F8F. Windows color (decimal): -12990390 or 4900921. OLE color: 4900921.
HSL color Cylindrical-coordinate representation of color #39C84A: hue angle of 127.13º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39C84A is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 57 | 200 | 74 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.22 |
| HSL | 127.13º | 0.57% | 0.5% | - |
| HSV(B) | 127.13º | 0.72% | 0.78% | - |
| XYZ | 23.58 | 42.67 | 13.47 | - |
| YUV | 142.88 | 89.12 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 200 | 74 | 0.72 | 0 | 0.63 | 0.22 | 127.13 | 0.57 | 0.5 |
| Hex | 39 | C8 | 4A | 48 | 0 | 3F | 16 | 7F | 39 | 32 |
| Octal | 71 | 310 | 112 | 110 | 0 | 77 | 26 | 177 | 71 | 62 |
| Binary | 111001 | 11001000 | 1001010 | 1001000 | 0 | 111111 | 10110 | 1111111 | 111001 | 110010 |
Color Harmonies of #39C84A
Complementary color
Monochromatic Colors of #39C84A
Black with #39C84A
Text Example
Text Example
White with #39C84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C84A; }
p { color: rgb(57,200,74); }
H1.HeaderClassName
{
color: #39C84A;
}
.AnyTagClassName
{
color: #39C84A;
}
</style>
background-color css
<style>
a { background-color: #39C84A; }
a { background-color: rgb(57,200,74); }
div.DivClassName
{
background-color: #39C84A;
}
.BgClassName
{
background-color: #39C84A;
}
</style>
border-color css
<style>
span { border-color: #39C84A; }
span { border-color: rgb(57,200,74); }
td.TdClassName
{
border-color: #39C84A;
}
.TagClassName
{
border-color: #39C84A;
}
</style>