Shades of Lime Green #40CE33
Tints of Lime Green #40CE33
RGB
CMYK
RGB Variations
Color information
#40CE33 (or 0x40CE33) is known color: Lime Green. HEX triplet: 40, CE and 33. RGB value is (64,206,51). Sum of RGB (Red+Green+Blue) = 64+206+51=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 206 (80.86% from 255 or 64.17% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CE33 is #BF31CC. Grayscale: #929292. Windows color (decimal): -12530125 or 3395136. OLE color: 3395136.
HSL color Cylindrical-coordinate representation of color #40CE33: hue angle of 114.97º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40CE33 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 51 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.19 |
| HSL | 114.97º | 0.61% | 0.5% | - |
| HSV(B) | 114.97º | 0.75% | 0.81% | - |
| XYZ | 24.78 | 45.47 | 10.6 | - |
| YUV | 145.87 | 74.46 | 69.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 51 | 0.69 | 0 | 0.75 | 0.19 | 114.97 | 0.61 | 0.5 |
| Hex | 40 | CE | 33 | 45 | 0 | 4B | 13 | 73 | 3D | 32 |
| Octal | 100 | 316 | 63 | 105 | 0 | 113 | 23 | 163 | 75 | 62 |
| Binary | 1000000 | 11001110 | 110011 | 1000101 | 0 | 1001011 | 10011 | 1110011 | 111101 | 110010 |
Color Harmonies of #40CE33
Complementary color
Monochromatic Colors of #40CE33
Black with #40CE33
Text Example
Text Example
White with #40CE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CE33; }
p { color: rgb(64,206,51); }
H1.HeaderClassName
{
color: #40CE33;
}
.AnyTagClassName
{
color: #40CE33;
}
</style>
background-color css
<style>
a { background-color: #40CE33; }
a { background-color: rgb(64,206,51); }
div.DivClassName
{
background-color: #40CE33;
}
.BgClassName
{
background-color: #40CE33;
}
</style>
border-color css
<style>
span { border-color: #40CE33; }
span { border-color: rgb(64,206,51); }
td.TdClassName
{
border-color: #40CE33;
}
.TagClassName
{
border-color: #40CE33;
}
</style>