Shades of Lime Green #2BFD36
Tints of Lime Green #2BFD36
RGB
CMYK
RGB Variations
Color information
#2BFD36 (or 0x2BFD36) is known color: Lime Green. HEX triplet: 2B, FD and 36. RGB value is (43,253,54). Sum of RGB (Red+Green+Blue) = 43+253+54=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 253 (99.22% from 255 or 72.29% from 350); Blue value is 54 (21.48% from 255 or 15.43% from 350); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFD36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFD36 is #D402C9. Grayscale: #A8A8A8. Windows color (decimal): -13894346 or 3603755. OLE color: 3603755.
HSL color Cylindrical-coordinate representation of color #2BFD36: hue angle of 123.14º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFD36 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 253 | 54 | - |
| CMYK | 0.83 | 0 | 0.79 | 0.01 |
| HSL | 123.14º | 0.98% | 0.58% | - |
| HSV(B) | 123.14º | 0.83% | 0.99% | - |
| XYZ | 36.79 | 71.03 | 15.26 | - |
| YUV | 167.52 | 63.93 | 39.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 253 | 54 | 0.83 | 0 | 0.79 | 0.01 | 123.14 | 0.98 | 0.58 |
| Hex | 2B | FD | 36 | 53 | 0 | 4F | 1 | 7B | 62 | 3A |
| Octal | 53 | 375 | 66 | 123 | 0 | 117 | 1 | 173 | 142 | 72 |
| Binary | 101011 | 11111101 | 110110 | 1010011 | 0 | 1001111 | 1 | 1111011 | 1100010 | 111010 |
Color Harmonies of #2BFD36
Complementary color
Monochromatic Colors of #2BFD36
Black with #2BFD36
Text Example
Text Example
White with #2BFD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFD36; }
p { color: rgb(43,253,54); }
H1.HeaderClassName
{
color: #2BFD36;
}
.AnyTagClassName
{
color: #2BFD36;
}
</style>
background-color css
<style>
a { background-color: #2BFD36; }
a { background-color: rgb(43,253,54); }
div.DivClassName
{
background-color: #2BFD36;
}
.BgClassName
{
background-color: #2BFD36;
}
</style>
border-color css
<style>
span { border-color: #2BFD36; }
span { border-color: rgb(43,253,54); }
td.TdClassName
{
border-color: #2BFD36;
}
.TagClassName
{
border-color: #2BFD36;
}
</style>