Shades of Lime Green #2BE01B
Tints of Lime Green #2BE01B
RGB
CMYK
RGB Variations
Color information
#2BE01B (or 0x2BE01B) is known color: Lime Green. HEX triplet: 2B, E0 and 1B. RGB value is (43,224,27). Sum of RGB (Red+Green+Blue) = 43+224+27=294 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.63% from 294); Green value is 224 (87.89% from 255 or 76.19% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE01B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE01B is #D41FE4. Grayscale: #949494. Windows color (decimal): -13901797 or 1826859. OLE color: 1826859.
HSL color Cylindrical-coordinate representation of color #2BE01B: hue angle of 115.13º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2BE01B is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 27 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.12 |
| HSL | 115.13º | 0.78% | 0.49% | - |
| HSV(B) | 115.13º | 0.88% | 0.88% | - |
| XYZ | 27.85 | 53.9 | 9.97 | - |
| YUV | 147.42 | 60.03 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 27 | 0.81 | 0 | 0.88 | 0.12 | 115.13 | 0.78 | 0.49 |
| Hex | 2B | E0 | 1B | 51 | 0 | 58 | C | 73 | 4E | 31 |
| Octal | 53 | 340 | 33 | 121 | 0 | 130 | 14 | 163 | 116 | 61 |
| Binary | 101011 | 11100000 | 11011 | 1010001 | 0 | 1011000 | 1100 | 1110011 | 1001110 | 110001 |
Color Harmonies of #2BE01B
Complementary color
Monochromatic Colors of #2BE01B
Black with #2BE01B
Text Example
Text Example
White with #2BE01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE01B; }
p { color: rgb(43,224,27); }
H1.HeaderClassName
{
color: #2BE01B;
}
.AnyTagClassName
{
color: #2BE01B;
}
</style>
background-color css
<style>
a { background-color: #2BE01B; }
a { background-color: rgb(43,224,27); }
div.DivClassName
{
background-color: #2BE01B;
}
.BgClassName
{
background-color: #2BE01B;
}
</style>
border-color css
<style>
span { border-color: #2BE01B; }
span { border-color: rgb(43,224,27); }
td.TdClassName
{
border-color: #2BE01B;
}
.TagClassName
{
border-color: #2BE01B;
}
</style>