Shades of Lime Green #40EB32
Tints of Lime Green #40EB32
RGB
CMYK
RGB Variations
Color information
#40EB32 (or 0x40EB32) is known color: Lime Green. HEX triplet: 40, EB and 32. RGB value is (64,235,50). Sum of RGB (Red+Green+Blue) = 64+235+50=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 235 (92.19% from 255 or 67.34% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 235 - color contains mainly: green. Hex color #40EB32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EB32 is #BF14CD. Grayscale: #A3A3A3. Windows color (decimal): -12522702 or 3337024. OLE color: 3337024.
HSL color Cylindrical-coordinate representation of color #40EB32: hue angle of 115.46º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40EB32 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 235 | 50 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.08 |
| HSL | 115.46º | 0.82% | 0.56% | - |
| HSV(B) | 115.46º | 0.79% | 0.92% | - |
| XYZ | 32.4 | 60.74 | 13.03 | - |
| YUV | 162.78 | 64.35 | 57.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 235 | 50 | 0.73 | 0 | 0.79 | 0.08 | 115.46 | 0.82 | 0.56 |
| Hex | 40 | EB | 32 | 49 | 0 | 4F | 8 | 73 | 52 | 38 |
| Octal | 100 | 353 | 62 | 111 | 0 | 117 | 10 | 163 | 122 | 70 |
| Binary | 1000000 | 11101011 | 110010 | 1001001 | 0 | 1001111 | 1000 | 1110011 | 1010010 | 111000 |
Color Harmonies of #40EB32
Complementary color
Monochromatic Colors of #40EB32
Black with #40EB32
Text Example
Text Example
White with #40EB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EB32; }
p { color: rgb(64,235,50); }
H1.HeaderClassName
{
color: #40EB32;
}
.AnyTagClassName
{
color: #40EB32;
}
</style>
background-color css
<style>
a { background-color: #40EB32; }
a { background-color: rgb(64,235,50); }
div.DivClassName
{
background-color: #40EB32;
}
.BgClassName
{
background-color: #40EB32;
}
</style>
border-color css
<style>
span { border-color: #40EB32; }
span { border-color: rgb(64,235,50); }
td.TdClassName
{
border-color: #40EB32;
}
.TagClassName
{
border-color: #40EB32;
}
</style>