Shades of Lime Green #40C031
Tints of Lime Green #40C031
RGB
CMYK
RGB Variations
Color information
#40C031 (or 0x40C031) is known color: Lime Green. HEX triplet: 40, C0 and 31. RGB value is (64,192,49). Sum of RGB (Red+Green+Blue) = 64+192+49=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 192 (75.39% from 255 or 62.95% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 192 - color contains mainly: green. Hex color #40C031 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C031 is #BF3FCE. Grayscale: #898989. Windows color (decimal): -12533711 or 3260480. OLE color: 3260480.
HSL color Cylindrical-coordinate representation of color #40C031: hue angle of 113.71º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40C031 is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 192 | 49 | - |
| CMYK | 0.67 | 0 | 0.74 | 0.25 |
| HSL | 113.71º | 0.59% | 0.47% | - |
| HSV(B) | 113.71º | 0.74% | 0.75% | - |
| XYZ | 21.52 | 39.01 | 9.3 | - |
| YUV | 137.43 | 78.09 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 49 | 0.67 | 0 | 0.74 | 0.25 | 113.71 | 0.59 | 0.47 |
| Hex | 40 | C0 | 31 | 43 | 0 | 4A | 19 | 72 | 3B | 2F |
| Octal | 100 | 300 | 61 | 103 | 0 | 112 | 31 | 162 | 73 | 57 |
| Binary | 1000000 | 11000000 | 110001 | 1000011 | 0 | 1001010 | 11001 | 1110010 | 111011 | 101111 |
Color Harmonies of #40C031
Complementary color
Monochromatic Colors of #40C031
Black with #40C031
Text Example
Text Example
White with #40C031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C031; }
p { color: rgb(64,192,49); }
H1.HeaderClassName
{
color: #40C031;
}
.AnyTagClassName
{
color: #40C031;
}
</style>
background-color css
<style>
a { background-color: #40C031; }
a { background-color: rgb(64,192,49); }
div.DivClassName
{
background-color: #40C031;
}
.BgClassName
{
background-color: #40C031;
}
</style>
border-color css
<style>
span { border-color: #40C031; }
span { border-color: rgb(64,192,49); }
td.TdClassName
{
border-color: #40C031;
}
.TagClassName
{
border-color: #40C031;
}
</style>