Shades of Lime Green #40EF2B
Tints of Lime Green #40EF2B
RGB
CMYK
RGB Variations
Color information
#40EF2B (or 0x40EF2B) is known color: Lime Green. HEX triplet: 40, EF and 2B. RGB value is (64,239,43). Sum of RGB (Red+Green+Blue) = 64+239+43=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 239 (93.75% from 255 or 69.08% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 239 - color contains mainly: green. Hex color #40EF2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EF2B is #BF10D4. Grayscale: #A4A4A4. Windows color (decimal): -12521685 or 2879296. OLE color: 2879296.
HSL color Cylindrical-coordinate representation of color #40EF2B: hue angle of 113.57º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40EF2B is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 239 | 43 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.06 |
| HSL | 113.57º | 0.86% | 0.55% | - |
| HSV(B) | 113.57º | 0.82% | 0.94% | - |
| XYZ | 33.42 | 63 | 12.68 | - |
| YUV | 164.33 | 59.52 | 56.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 239 | 43 | 0.73 | 0 | 0.82 | 0.06 | 113.57 | 0.86 | 0.55 |
| Hex | 40 | EF | 2B | 49 | 0 | 52 | 6 | 72 | 56 | 37 |
| Octal | 100 | 357 | 53 | 111 | 0 | 122 | 6 | 162 | 126 | 67 |
| Binary | 1000000 | 11101111 | 101011 | 1001001 | 0 | 1010010 | 110 | 1110010 | 1010110 | 110111 |
Color Harmonies of #40EF2B
Complementary color
Monochromatic Colors of #40EF2B
Black with #40EF2B
Text Example
Text Example
White with #40EF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EF2B; }
p { color: rgb(64,239,43); }
H1.HeaderClassName
{
color: #40EF2B;
}
.AnyTagClassName
{
color: #40EF2B;
}
</style>
background-color css
<style>
a { background-color: #40EF2B; }
a { background-color: rgb(64,239,43); }
div.DivClassName
{
background-color: #40EF2B;
}
.BgClassName
{
background-color: #40EF2B;
}
</style>
border-color css
<style>
span { border-color: #40EF2B; }
span { border-color: rgb(64,239,43); }
td.TdClassName
{
border-color: #40EF2B;
}
.TagClassName
{
border-color: #40EF2B;
}
</style>