Shades of Lime Green #39C63C
Tints of Lime Green #39C63C
RGB
CMYK
RGB Variations
Color information
#39C63C (or 0x39C63C) is known color: Lime Green. HEX triplet: 39, C6 and 3C. RGB value is (57,198,60). Sum of RGB (Red+Green+Blue) = 57+198+60=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 198 (77.73% from 255 or 62.86% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 198 - color contains mainly: green. Hex color #39C63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C63C is #C639C3. Grayscale: #8C8C8C. Windows color (decimal): -12990916 or 3982905. OLE color: 3982905.
HSL color Cylindrical-coordinate representation of color #39C63C: hue angle of 121.28º 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 #39C63C is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 57 | 198 | 60 | - |
| CMYK | 0.71 | 0 | 0.70 | 0.22 |
| HSL | 121.28º | 0.55% | 0.5% | - |
| HSV(B) | 121.28º | 0.71% | 0.78% | - |
| XYZ | 22.7 | 41.58 | 11.11 | - |
| YUV | 140.11 | 82.79 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 198 | 60 | 0.71 | 0 | 0.70 | 0.22 | 121.28 | 0.55 | 0.5 |
| Hex | 39 | C6 | 3C | 47 | 0 | 46 | 16 | 79 | 37 | 32 |
| Octal | 71 | 306 | 74 | 107 | 0 | 106 | 26 | 171 | 67 | 62 |
| Binary | 111001 | 11000110 | 111100 | 1000111 | 0 | 1000110 | 10110 | 1111001 | 110111 | 110010 |
Color Harmonies of #39C63C
Complementary color
Monochromatic Colors of #39C63C
Black with #39C63C
Text Example
Text Example
White with #39C63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C63C; }
p { color: rgb(57,198,60); }
H1.HeaderClassName
{
color: #39C63C;
}
.AnyTagClassName
{
color: #39C63C;
}
</style>
background-color css
<style>
a { background-color: #39C63C; }
a { background-color: rgb(57,198,60); }
div.DivClassName
{
background-color: #39C63C;
}
.BgClassName
{
background-color: #39C63C;
}
</style>
border-color css
<style>
span { border-color: #39C63C; }
span { border-color: rgb(57,198,60); }
td.TdClassName
{
border-color: #39C63C;
}
.TagClassName
{
border-color: #39C63C;
}
</style>