Shades of Lime Green #39C440
Tints of Lime Green #39C440
RGB
CMYK
RGB Variations
Color information
#39C440 (or 0x39C440) is known color: Lime Green. HEX triplet: 39, C4 and 40. RGB value is (57,196,64). Sum of RGB (Red+Green+Blue) = 57+196+64=317 (41% of max value = 765). Red value is 57 (22.66% from 255 or 17.98% from 317); Green value is 196 (76.95% from 255 or 61.83% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 196 - color contains mainly: green. Hex color #39C440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C440 is #C63BBF. Grayscale: #8B8B8B. Windows color (decimal): -12991424 or 4244537. OLE color: 4244537.
HSL color Cylindrical-coordinate representation of color #39C440: hue angle of 123.02º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39C440 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 57 | 196 | 64 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.23 |
| HSL | 123.02º | 0.55% | 0.5% | - |
| HSV(B) | 123.02º | 0.71% | 0.77% | - |
| XYZ | 22.35 | 40.72 | 11.53 | - |
| YUV | 139.39 | 85.45 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 196 | 64 | 0.71 | 0 | 0.67 | 0.23 | 123.02 | 0.55 | 0.5 |
| Hex | 39 | C4 | 40 | 47 | 0 | 43 | 17 | 7B | 37 | 32 |
| Octal | 71 | 304 | 100 | 107 | 0 | 103 | 27 | 173 | 67 | 62 |
| Binary | 111001 | 11000100 | 1000000 | 1000111 | 0 | 1000011 | 10111 | 1111011 | 110111 | 110010 |
Color Harmonies of #39C440
Complementary color
Monochromatic Colors of #39C440
Black with #39C440
Text Example
Text Example
White with #39C440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C440; }
p { color: rgb(57,196,64); }
H1.HeaderClassName
{
color: #39C440;
}
.AnyTagClassName
{
color: #39C440;
}
</style>
background-color css
<style>
a { background-color: #39C440; }
a { background-color: rgb(57,196,64); }
div.DivClassName
{
background-color: #39C440;
}
.BgClassName
{
background-color: #39C440;
}
</style>
border-color css
<style>
span { border-color: #39C440; }
span { border-color: rgb(57,196,64); }
td.TdClassName
{
border-color: #39C440;
}
.TagClassName
{
border-color: #39C440;
}
</style>