Shades of Lime Green #40C231
Tints of Lime Green #40C231
RGB
CMYK
RGB Variations
Color information
#40C231 (or 0x40C231) is known color: Lime Green. HEX triplet: 40, C2 and 31. RGB value is (64,194,49). Sum of RGB (Red+Green+Blue) = 64+194+49=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 194 (76.17% from 255 or 63.19% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 194 - color contains mainly: green. Hex color #40C231 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C231 is #BF3DCE. Grayscale: #8B8B8B. Windows color (decimal): -12533199 or 3260992. OLE color: 3260992.
HSL color Cylindrical-coordinate representation of color #40C231: hue angle of 113.79º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40C231 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 194 | 49 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.24 |
| HSL | 113.79º | 0.6% | 0.48% | - |
| HSV(B) | 113.79º | 0.75% | 0.76% | - |
| XYZ | 21.96 | 39.9 | 9.45 | - |
| YUV | 138.6 | 77.43 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 194 | 49 | 0.67 | 0 | 0.75 | 0.24 | 113.79 | 0.6 | 0.48 |
| Hex | 40 | C2 | 31 | 43 | 0 | 4B | 18 | 72 | 3C | 30 |
| Octal | 100 | 302 | 61 | 103 | 0 | 113 | 30 | 162 | 74 | 60 |
| Binary | 1000000 | 11000010 | 110001 | 1000011 | 0 | 1001011 | 11000 | 1110010 | 111100 | 110000 |
Color Harmonies of #40C231
Complementary color
Monochromatic Colors of #40C231
Black with #40C231
Text Example
Text Example
White with #40C231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C231; }
p { color: rgb(64,194,49); }
H1.HeaderClassName
{
color: #40C231;
}
.AnyTagClassName
{
color: #40C231;
}
</style>
background-color css
<style>
a { background-color: #40C231; }
a { background-color: rgb(64,194,49); }
div.DivClassName
{
background-color: #40C231;
}
.BgClassName
{
background-color: #40C231;
}
</style>
border-color css
<style>
span { border-color: #40C231; }
span { border-color: rgb(64,194,49); }
td.TdClassName
{
border-color: #40C231;
}
.TagClassName
{
border-color: #40C231;
}
</style>