Shades of Lime Green #2BEF36
Tints of Lime Green #2BEF36
RGB
CMYK
RGB Variations
Color information
#2BEF36 (or 0x2BEF36) is known color: Lime Green. HEX triplet: 2B, EF and 36. RGB value is (43,239,54). Sum of RGB (Red+Green+Blue) = 43+239+54=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 239 (93.75% from 255 or 71.13% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEF36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEF36 is #D410C9. Grayscale: #9F9F9F. Windows color (decimal): -13897930 or 3600171. OLE color: 3600171.
HSL color Cylindrical-coordinate representation of color #2BEF36: hue angle of 123.37º 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 #2BEF36 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 54 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.06 |
| HSL | 123.37º | 0.86% | 0.55% | - |
| HSV(B) | 123.37º | 0.82% | 0.94% | - |
| XYZ | 32.53 | 62.51 | 13.84 | - |
| YUV | 159.31 | 68.57 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 54 | 0.82 | 0 | 0.77 | 0.06 | 123.37 | 0.86 | 0.55 |
| Hex | 2B | EF | 36 | 52 | 0 | 4D | 6 | 7B | 56 | 37 |
| Octal | 53 | 357 | 66 | 122 | 0 | 115 | 6 | 173 | 126 | 67 |
| Binary | 101011 | 11101111 | 110110 | 1010010 | 0 | 1001101 | 110 | 1111011 | 1010110 | 110111 |
Color Harmonies of #2BEF36
Complementary color
Monochromatic Colors of #2BEF36
Black with #2BEF36
Text Example
Text Example
White with #2BEF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEF36; }
p { color: rgb(43,239,54); }
H1.HeaderClassName
{
color: #2BEF36;
}
.AnyTagClassName
{
color: #2BEF36;
}
</style>
background-color css
<style>
a { background-color: #2BEF36; }
a { background-color: rgb(43,239,54); }
div.DivClassName
{
background-color: #2BEF36;
}
.BgClassName
{
background-color: #2BEF36;
}
</style>
border-color css
<style>
span { border-color: #2BEF36; }
span { border-color: rgb(43,239,54); }
td.TdClassName
{
border-color: #2BEF36;
}
.TagClassName
{
border-color: #2BEF36;
}
</style>