Shades of Lime Green #2BFE40
Tints of Lime Green #2BFE40
RGB
CMYK
RGB Variations
Color information
#2BFE40 (or 0x2BFE40) is known color: Lime Green. HEX triplet: 2B, FE and 40. RGB value is (43,254,64). Sum of RGB (Red+Green+Blue) = 43+254+64=361 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.91% from 361); Green value is 254 (99.61% from 255 or 70.36% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFE40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFE40 is #D401BF. Grayscale: #A9A9A9. Windows color (decimal): -13894080 or 4259371. OLE color: 4259371.
HSL color Cylindrical-coordinate representation of color #2BFE40: hue angle of 125.97º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFE40 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 254 | 64 | - |
| CMYK | 0.83 | 0 | 0.75 | 0.00 |
| HSL | 125.97º | 0.99% | 0.58% | - |
| HSV(B) | 125.97º | 0.83% | 1% | - |
| XYZ | 37.36 | 71.77 | 16.73 | - |
| YUV | 169.25 | 68.6 | 37.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 254 | 64 | 0.83 | 0 | 0.75 | 0.00 | 125.97 | 0.99 | 0.58 |
| Hex | 2B | FE | 40 | 53 | 0 | 4B | 0 | 7E | 63 | 3A |
| Octal | 53 | 376 | 100 | 123 | 0 | 113 | 0 | 176 | 143 | 72 |
| Binary | 101011 | 11111110 | 1000000 | 1010011 | 0 | 1001011 | 0 | 1111110 | 1100011 | 111010 |
Color Harmonies of #2BFE40
Complementary color
Monochromatic Colors of #2BFE40
Black with #2BFE40
Text Example
Text Example
White with #2BFE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFE40; }
p { color: rgb(43,254,64); }
H1.HeaderClassName
{
color: #2BFE40;
}
.AnyTagClassName
{
color: #2BFE40;
}
</style>
background-color css
<style>
a { background-color: #2BFE40; }
a { background-color: rgb(43,254,64); }
div.DivClassName
{
background-color: #2BFE40;
}
.BgClassName
{
background-color: #2BFE40;
}
</style>
border-color css
<style>
span { border-color: #2BFE40; }
span { border-color: rgb(43,254,64); }
td.TdClassName
{
border-color: #2BFE40;
}
.TagClassName
{
border-color: #2BFE40;
}
</style>