Shades of Lime Green #39C03F
Tints of Lime Green #39C03F
RGB
CMYK
RGB Variations
Color information
#39C03F (or 0x39C03F) is known color: Lime Green. HEX triplet: 39, C0 and 3F. RGB value is (57,192,63). Sum of RGB (Red+Green+Blue) = 57+192+63=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #39C03F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C03F is #C63FC0. Grayscale: #898989. Windows color (decimal): -12992449 or 4177977. OLE color: 4177977.
HSL color Cylindrical-coordinate representation of color #39C03F: hue angle of 122.67º 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 #39C03F is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 192 | 63 | - |
| CMYK | 0.70 | 0 | 0.67 | 0.25 |
| HSL | 122.67º | 0.54% | 0.49% | - |
| HSV(B) | 122.67º | 0.7% | 0.75% | - |
| XYZ | 21.43 | 38.93 | 11.09 | - |
| YUV | 136.93 | 86.27 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 192 | 63 | 0.70 | 0 | 0.67 | 0.25 | 122.67 | 0.54 | 0.49 |
| Hex | 39 | C0 | 3F | 46 | 0 | 43 | 19 | 7B | 36 | 31 |
| Octal | 71 | 300 | 77 | 106 | 0 | 103 | 31 | 173 | 66 | 61 |
| Binary | 111001 | 11000000 | 111111 | 1000110 | 0 | 1000011 | 11001 | 1111011 | 110110 | 110001 |
Color Harmonies of #39C03F
Complementary color
Monochromatic Colors of #39C03F
Black with #39C03F
Text Example
Text Example
White with #39C03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C03F; }
p { color: rgb(57,192,63); }
H1.HeaderClassName
{
color: #39C03F;
}
.AnyTagClassName
{
color: #39C03F;
}
</style>
background-color css
<style>
a { background-color: #39C03F; }
a { background-color: rgb(57,192,63); }
div.DivClassName
{
background-color: #39C03F;
}
.BgClassName
{
background-color: #39C03F;
}
</style>
border-color css
<style>
span { border-color: #39C03F; }
span { border-color: rgb(57,192,63); }
td.TdClassName
{
border-color: #39C03F;
}
.TagClassName
{
border-color: #39C03F;
}
</style>