Shades of Lime Green #40CE34
Tints of Lime Green #40CE34
RGB
CMYK
RGB Variations
Color information
#40CE34 (or 0x40CE34) is known color: Lime Green. HEX triplet: 40, CE and 34. RGB value is (64,206,52). Sum of RGB (Red+Green+Blue) = 64+206+52=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 206 (80.86% from 255 or 63.98% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CE34 is #BF31CB. Grayscale: #929292. Windows color (decimal): -12530124 or 3460672. OLE color: 3460672.
HSL color Cylindrical-coordinate representation of color #40CE34: hue angle of 115.32º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40CE34 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 52 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.19 |
| HSL | 115.32º | 0.61% | 0.51% | - |
| HSV(B) | 115.32º | 0.75% | 0.81% | - |
| XYZ | 24.81 | 45.48 | 10.72 | - |
| YUV | 145.99 | 74.96 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 52 | 0.69 | 0 | 0.75 | 0.19 | 115.32 | 0.61 | 0.51 |
| Hex | 40 | CE | 34 | 45 | 0 | 4B | 13 | 73 | 3D | 33 |
| Octal | 100 | 316 | 64 | 105 | 0 | 113 | 23 | 163 | 75 | 63 |
| Binary | 1000000 | 11001110 | 110100 | 1000101 | 0 | 1001011 | 10011 | 1110011 | 111101 | 110011 |
Color Harmonies of #40CE34
Complementary color
Monochromatic Colors of #40CE34
Black with #40CE34
Text Example
Text Example
White with #40CE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CE34; }
p { color: rgb(64,206,52); }
H1.HeaderClassName
{
color: #40CE34;
}
.AnyTagClassName
{
color: #40CE34;
}
</style>
background-color css
<style>
a { background-color: #40CE34; }
a { background-color: rgb(64,206,52); }
div.DivClassName
{
background-color: #40CE34;
}
.BgClassName
{
background-color: #40CE34;
}
</style>
border-color css
<style>
span { border-color: #40CE34; }
span { border-color: rgb(64,206,52); }
td.TdClassName
{
border-color: #40CE34;
}
.TagClassName
{
border-color: #40CE34;
}
</style>