Shades of Lime Green #39C04C
Tints of Lime Green #39C04C
RGB
CMYK
RGB Variations
Color information
#39C04C (or 0x39C04C) is known color: Lime Green. HEX triplet: 39, C0 and 4C. RGB value is (57,192,76). Sum of RGB (Red+Green+Blue) = 57+192+76=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 192 (75.39% from 255 or 59.08% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 192 - color contains mainly: green. Hex color #39C04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C04C is #C63FB3. Grayscale: #8A8A8A. Windows color (decimal): -12992436 or 5029945. OLE color: 5029945.
HSL color Cylindrical-coordinate representation of color #39C04C: hue angle of 128.44º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39C04C is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 192 | 76 | - |
| CMYK | 0.70 | 0 | 0.60 | 0.25 |
| HSL | 128.44º | 0.54% | 0.49% | - |
| HSV(B) | 128.44º | 0.7% | 0.75% | - |
| XYZ | 21.84 | 39.09 | 13.23 | - |
| YUV | 138.41 | 92.77 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 192 | 76 | 0.70 | 0 | 0.60 | 0.25 | 128.44 | 0.54 | 0.49 |
| Hex | 39 | C0 | 4C | 46 | 0 | 3C | 19 | 80 | 36 | 31 |
| Octal | 71 | 300 | 114 | 106 | 0 | 74 | 31 | 200 | 66 | 61 |
| Binary | 111001 | 11000000 | 1001100 | 1000110 | 0 | 111100 | 11001 | 10000000 | 110110 | 110001 |
Color Harmonies of #39C04C
Complementary color
Monochromatic Colors of #39C04C
Black with #39C04C
Text Example
Text Example
White with #39C04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C04C; }
p { color: rgb(57,192,76); }
H1.HeaderClassName
{
color: #39C04C;
}
.AnyTagClassName
{
color: #39C04C;
}
</style>
background-color css
<style>
a { background-color: #39C04C; }
a { background-color: rgb(57,192,76); }
div.DivClassName
{
background-color: #39C04C;
}
.BgClassName
{
background-color: #39C04C;
}
</style>
border-color css
<style>
span { border-color: #39C04C; }
span { border-color: rgb(57,192,76); }
td.TdClassName
{
border-color: #39C04C;
}
.TagClassName
{
border-color: #39C04C;
}
</style>