Shades of Lime Green #39C642
Tints of Lime Green #39C642
RGB
CMYK
RGB Variations
Color information
#39C642 (or 0x39C642) is known color: Lime Green. HEX triplet: 39, C6 and 42. RGB value is (57,198,66). Sum of RGB (Red+Green+Blue) = 57+198+66=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 198 (77.73% from 255 or 61.68% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 198 - color contains mainly: green. Hex color #39C642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C642 is #C639BD. Grayscale: #8D8D8D. Windows color (decimal): -12990910 or 4376121. OLE color: 4376121.
HSL color Cylindrical-coordinate representation of color #39C642: hue angle of 123.83º 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 #39C642 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 57 | 198 | 66 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.22 |
| HSL | 123.83º | 0.55% | 0.5% | - |
| HSV(B) | 123.83º | 0.71% | 0.78% | - |
| XYZ | 22.86 | 41.65 | 11.99 | - |
| YUV | 140.79 | 85.79 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 198 | 66 | 0.71 | 0 | 0.67 | 0.22 | 123.83 | 0.55 | 0.5 |
| Hex | 39 | C6 | 42 | 47 | 0 | 43 | 16 | 7C | 37 | 32 |
| Octal | 71 | 306 | 102 | 107 | 0 | 103 | 26 | 174 | 67 | 62 |
| Binary | 111001 | 11000110 | 1000010 | 1000111 | 0 | 1000011 | 10110 | 1111100 | 110111 | 110010 |
Color Harmonies of #39C642
Complementary color
Monochromatic Colors of #39C642
Black with #39C642
Text Example
Text Example
White with #39C642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C642; }
p { color: rgb(57,198,66); }
H1.HeaderClassName
{
color: #39C642;
}
.AnyTagClassName
{
color: #39C642;
}
</style>
background-color css
<style>
a { background-color: #39C642; }
a { background-color: rgb(57,198,66); }
div.DivClassName
{
background-color: #39C642;
}
.BgClassName
{
background-color: #39C642;
}
</style>
border-color css
<style>
span { border-color: #39C642; }
span { border-color: rgb(57,198,66); }
td.TdClassName
{
border-color: #39C642;
}
.TagClassName
{
border-color: #39C642;
}
</style>