Shades of Lime Green #39C03C
Tints of Lime Green #39C03C
RGB
CMYK
RGB Variations
Color information
#39C03C (or 0x39C03C) is known color: Lime Green. HEX triplet: 39, C0 and 3C. RGB value is (57,192,60). Sum of RGB (Red+Green+Blue) = 57+192+60=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #39C03C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C03C is #C63FC3. Grayscale: #888888. Windows color (decimal): -12992452 or 3981369. OLE color: 3981369.
HSL color Cylindrical-coordinate representation of color #39C03C: hue angle of 121.33º 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 #39C03C is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 192 | 60 | - |
| CMYK | 0.70 | 0 | 0.69 | 0.25 |
| HSL | 121.33º | 0.54% | 0.49% | - |
| HSV(B) | 121.33º | 0.7% | 0.75% | - |
| XYZ | 21.35 | 38.9 | 10.66 | - |
| YUV | 136.59 | 84.77 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 192 | 60 | 0.70 | 0 | 0.69 | 0.25 | 121.33 | 0.54 | 0.49 |
| Hex | 39 | C0 | 3C | 46 | 0 | 45 | 19 | 79 | 36 | 31 |
| Octal | 71 | 300 | 74 | 106 | 0 | 105 | 31 | 171 | 66 | 61 |
| Binary | 111001 | 11000000 | 111100 | 1000110 | 0 | 1000101 | 11001 | 1111001 | 110110 | 110001 |
Color Harmonies of #39C03C
Complementary color
Monochromatic Colors of #39C03C
Black with #39C03C
Text Example
Text Example
White with #39C03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C03C; }
p { color: rgb(57,192,60); }
H1.HeaderClassName
{
color: #39C03C;
}
.AnyTagClassName
{
color: #39C03C;
}
</style>
background-color css
<style>
a { background-color: #39C03C; }
a { background-color: rgb(57,192,60); }
div.DivClassName
{
background-color: #39C03C;
}
.BgClassName
{
background-color: #39C03C;
}
</style>
border-color css
<style>
span { border-color: #39C03C; }
span { border-color: rgb(57,192,60); }
td.TdClassName
{
border-color: #39C03C;
}
.TagClassName
{
border-color: #39C03C;
}
</style>