Shades of Lime Green #40CB24
Tints of Lime Green #40CB24
RGB
CMYK
RGB Variations
Color information
#40CB24 (or 0x40CB24) is known color: Lime Green. HEX triplet: 40, CB and 24. RGB value is (64,203,36). Sum of RGB (Red+Green+Blue) = 64+203+36=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 203 (79.69% from 255 or 67.00% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 203 - color contains mainly: green. Hex color #40CB24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CB24 is #BF34DB. Grayscale: #8E8E8E. Windows color (decimal): -12530908 or 2411328. OLE color: 2411328.
HSL color Cylindrical-coordinate representation of color #40CB24: hue angle of 109.94º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40CB24 is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 203 | 36 | - |
| CMYK | 0.68 | 0 | 0.82 | 0.20 |
| HSL | 109.94º | 0.7% | 0.47% | - |
| HSV(B) | 109.94º | 0.82% | 0.8% | - |
| XYZ | 23.79 | 43.93 | 8.89 | - |
| YUV | 142.4 | 67.95 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 36 | 0.68 | 0 | 0.82 | 0.20 | 109.94 | 0.7 | 0.47 |
| Hex | 40 | CB | 24 | 44 | 0 | 52 | 14 | 6E | 46 | 2F |
| Octal | 100 | 313 | 44 | 104 | 0 | 122 | 24 | 156 | 106 | 57 |
| Binary | 1000000 | 11001011 | 100100 | 1000100 | 0 | 1010010 | 10100 | 1101110 | 1000110 | 101111 |
Color Harmonies of #40CB24
Complementary color
Monochromatic Colors of #40CB24
Black with #40CB24
Text Example
Text Example
White with #40CB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CB24; }
p { color: rgb(64,203,36); }
H1.HeaderClassName
{
color: #40CB24;
}
.AnyTagClassName
{
color: #40CB24;
}
</style>
background-color css
<style>
a { background-color: #40CB24; }
a { background-color: rgb(64,203,36); }
div.DivClassName
{
background-color: #40CB24;
}
.BgClassName
{
background-color: #40CB24;
}
</style>
border-color css
<style>
span { border-color: #40CB24; }
span { border-color: rgb(64,203,36); }
td.TdClassName
{
border-color: #40CB24;
}
.TagClassName
{
border-color: #40CB24;
}
</style>