Shades of Lime Green #2BFF40
Tints of Lime Green #2BFF40
RGB
CMYK
RGB Variations
Color information
#2BFF40 (or 0x2BFF40) is known color: Lime Green. HEX triplet: 2B, FF and 40. RGB value is (43,255,64). Sum of RGB (Red+Green+Blue) = 43+255+64=362 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.88% from 362); Green value is 255 (100% from 255 or 70.44% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFF40 is #D400BF. Grayscale: #AAAAAA. Windows color (decimal): -13893824 or 4259627. OLE color: 4259627.
HSL color Cylindrical-coordinate representation of color #2BFF40: hue angle of 125.94º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFF40 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 64 | - |
| CMYK | 0.83 | 0 | 0.75 | 0 |
| HSL | 125.94º | 1% | 0.58% | - |
| HSV(B) | 125.94º | 0.83% | 1% | - |
| XYZ | 37.68 | 72.4 | 16.84 | - |
| YUV | 169.84 | 68.26 | 37.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 64 | 0.83 | 0 | 0.75 | 0 | 125.94 | 1 | 0.58 |
| Hex | 2B | FF | 40 | 53 | 0 | 4B | 0 | 7E | 64 | 3A |
| Octal | 53 | 377 | 100 | 123 | 0 | 113 | 0 | 176 | 144 | 72 |
| Binary | 101011 | 11111111 | 1000000 | 1010011 | 0 | 1001011 | 0 | 1111110 | 1100100 | 111010 |
Color Harmonies of #2BFF40
Complementary color
Monochromatic Colors of #2BFF40
Black with #2BFF40
Text Example
Text Example
White with #2BFF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF40; }
p { color: rgb(43,255,64); }
H1.HeaderClassName
{
color: #2BFF40;
}
.AnyTagClassName
{
color: #2BFF40;
}
</style>
background-color css
<style>
a { background-color: #2BFF40; }
a { background-color: rgb(43,255,64); }
div.DivClassName
{
background-color: #2BFF40;
}
.BgClassName
{
background-color: #2BFF40;
}
</style>
border-color css
<style>
span { border-color: #2BFF40; }
span { border-color: rgb(43,255,64); }
td.TdClassName
{
border-color: #2BFF40;
}
.TagClassName
{
border-color: #2BFF40;
}
</style>