Shades of Lime Green #2BEF23
Tints of Lime Green #2BEF23
RGB
CMYK
RGB Variations
Color information
#2BEF23 (or 0x2BEF23) is known color: Lime Green. HEX triplet: 2B, EF and 23. RGB value is (43,239,35). Sum of RGB (Red+Green+Blue) = 43+239+35=317 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.56% from 317); Green value is 239 (93.75% from 255 or 75.39% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEF23 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEF23 is #D410DC. Grayscale: #9D9D9D. Windows color (decimal): -13897949 or 2354987. OLE color: 2354987.
HSL color Cylindrical-coordinate representation of color #2BEF23: hue angle of 117.65º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2BEF23 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 35 | - |
| CMYK | 0.82 | 0 | 0.85 | 0.06 |
| HSL | 117.65º | 0.86% | 0.54% | - |
| HSV(B) | 117.65º | 0.85% | 0.94% | - |
| XYZ | 32.17 | 62.37 | 11.93 | - |
| YUV | 157.14 | 59.07 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 35 | 0.82 | 0 | 0.85 | 0.06 | 117.65 | 0.86 | 0.54 |
| Hex | 2B | EF | 23 | 52 | 0 | 55 | 6 | 76 | 56 | 36 |
| Octal | 53 | 357 | 43 | 122 | 0 | 125 | 6 | 166 | 126 | 66 |
| Binary | 101011 | 11101111 | 100011 | 1010010 | 0 | 1010101 | 110 | 1110110 | 1010110 | 110110 |
Color Harmonies of #2BEF23
Complementary color
Monochromatic Colors of #2BEF23
Black with #2BEF23
Text Example
Text Example
White with #2BEF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEF23; }
p { color: rgb(43,239,35); }
H1.HeaderClassName
{
color: #2BEF23;
}
.AnyTagClassName
{
color: #2BEF23;
}
</style>
background-color css
<style>
a { background-color: #2BEF23; }
a { background-color: rgb(43,239,35); }
div.DivClassName
{
background-color: #2BEF23;
}
.BgClassName
{
background-color: #2BEF23;
}
</style>
border-color css
<style>
span { border-color: #2BEF23; }
span { border-color: rgb(43,239,35); }
td.TdClassName
{
border-color: #2BEF23;
}
.TagClassName
{
border-color: #2BEF23;
}
</style>