Shades of Lime Green #40EC2B
Tints of Lime Green #40EC2B
RGB
CMYK
RGB Variations
Color information
#40EC2B (or 0x40EC2B) is known color: Lime Green. HEX triplet: 40, EC and 2B. RGB value is (64,236,43). Sum of RGB (Red+Green+Blue) = 64+236+43=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 236 (92.58% from 255 or 68.80% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 236 - color contains mainly: green. Hex color #40EC2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EC2B is #BF13D4. Grayscale: #A3A3A3. Windows color (decimal): -12522453 or 2878528. OLE color: 2878528.
HSL color Cylindrical-coordinate representation of color #40EC2B: hue angle of 113.47º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40EC2B is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 236 | 43 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.07 |
| HSL | 113.47º | 0.84% | 0.55% | - |
| HSV(B) | 113.47º | 0.82% | 0.93% | - |
| XYZ | 32.55 | 61.26 | 12.39 | - |
| YUV | 162.57 | 60.52 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 236 | 43 | 0.73 | 0 | 0.82 | 0.07 | 113.47 | 0.84 | 0.55 |
| Hex | 40 | EC | 2B | 49 | 0 | 52 | 7 | 71 | 54 | 37 |
| Octal | 100 | 354 | 53 | 111 | 0 | 122 | 7 | 161 | 124 | 67 |
| Binary | 1000000 | 11101100 | 101011 | 1001001 | 0 | 1010010 | 111 | 1110001 | 1010100 | 110111 |
Color Harmonies of #40EC2B
Complementary color
Monochromatic Colors of #40EC2B
Black with #40EC2B
Text Example
Text Example
White with #40EC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EC2B; }
p { color: rgb(64,236,43); }
H1.HeaderClassName
{
color: #40EC2B;
}
.AnyTagClassName
{
color: #40EC2B;
}
</style>
background-color css
<style>
a { background-color: #40EC2B; }
a { background-color: rgb(64,236,43); }
div.DivClassName
{
background-color: #40EC2B;
}
.BgClassName
{
background-color: #40EC2B;
}
</style>
border-color css
<style>
span { border-color: #40EC2B; }
span { border-color: rgb(64,236,43); }
td.TdClassName
{
border-color: #40EC2B;
}
.TagClassName
{
border-color: #40EC2B;
}
</style>