Shades of Lime Green #39C64A
Tints of Lime Green #39C64A
RGB
CMYK
RGB Variations
Color information
#39C64A (or 0x39C64A) is known color: Lime Green. HEX triplet: 39, C6 and 4A. RGB value is (57,198,74). Sum of RGB (Red+Green+Blue) = 57+198+74=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 198 (77.73% from 255 or 60.18% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 198 - color contains mainly: green. Hex color #39C64A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C64A is #C639B5. Grayscale: #8E8E8E. Windows color (decimal): -12990902 or 4900409. OLE color: 4900409.
HSL color Cylindrical-coordinate representation of color #39C64A: hue angle of 127.23º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39C64A is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 57 | 198 | 74 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.22 |
| HSL | 127.23º | 0.55% | 0.5% | - |
| HSV(B) | 127.23º | 0.71% | 0.78% | - |
| XYZ | 23.12 | 41.75 | 13.32 | - |
| YUV | 141.71 | 89.79 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 198 | 74 | 0.71 | 0 | 0.63 | 0.22 | 127.23 | 0.55 | 0.5 |
| Hex | 39 | C6 | 4A | 47 | 0 | 3F | 16 | 7F | 37 | 32 |
| Octal | 71 | 306 | 112 | 107 | 0 | 77 | 26 | 177 | 67 | 62 |
| Binary | 111001 | 11000110 | 1001010 | 1000111 | 0 | 111111 | 10110 | 1111111 | 110111 | 110010 |
Color Harmonies of #39C64A
Complementary color
Monochromatic Colors of #39C64A
Black with #39C64A
Text Example
Text Example
White with #39C64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C64A; }
p { color: rgb(57,198,74); }
H1.HeaderClassName
{
color: #39C64A;
}
.AnyTagClassName
{
color: #39C64A;
}
</style>
background-color css
<style>
a { background-color: #39C64A; }
a { background-color: rgb(57,198,74); }
div.DivClassName
{
background-color: #39C64A;
}
.BgClassName
{
background-color: #39C64A;
}
</style>
border-color css
<style>
span { border-color: #39C64A; }
span { border-color: rgb(57,198,74); }
td.TdClassName
{
border-color: #39C64A;
}
.TagClassName
{
border-color: #39C64A;
}
</style>