Shades of Lime Green #2BE03B
Tints of Lime Green #2BE03B
RGB
CMYK
RGB Variations
Color information
#2BE03B (or 0x2BE03B) is known color: Lime Green. HEX triplet: 2B, E0 and 3B. RGB value is (43,224,59). Sum of RGB (Red+Green+Blue) = 43+224+59=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 224 (87.89% from 255 or 68.71% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE03B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE03B is #D41FC4. Grayscale: #979797. Windows color (decimal): -13901765 or 3924011. OLE color: 3924011.
HSL color Cylindrical-coordinate representation of color #2BE03B: hue angle of 125.3º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE03B is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 59 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.12 |
| HSL | 125.3º | 0.74% | 0.52% | - |
| HSV(B) | 125.3º | 0.81% | 0.88% | - |
| XYZ | 28.44 | 54.14 | 13.09 | - |
| YUV | 151.07 | 76.03 | 50.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 59 | 0.81 | 0 | 0.74 | 0.12 | 125.3 | 0.74 | 0.52 |
| Hex | 2B | E0 | 3B | 51 | 0 | 4A | C | 7D | 4A | 34 |
| Octal | 53 | 340 | 73 | 121 | 0 | 112 | 14 | 175 | 112 | 64 |
| Binary | 101011 | 11100000 | 111011 | 1010001 | 0 | 1001010 | 1100 | 1111101 | 1001010 | 110100 |
Color Harmonies of #2BE03B
Complementary color
Monochromatic Colors of #2BE03B
Black with #2BE03B
Text Example
Text Example
White with #2BE03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE03B; }
p { color: rgb(43,224,59); }
H1.HeaderClassName
{
color: #2BE03B;
}
.AnyTagClassName
{
color: #2BE03B;
}
</style>
background-color css
<style>
a { background-color: #2BE03B; }
a { background-color: rgb(43,224,59); }
div.DivClassName
{
background-color: #2BE03B;
}
.BgClassName
{
background-color: #2BE03B;
}
</style>
border-color css
<style>
span { border-color: #2BE03B; }
span { border-color: rgb(43,224,59); }
td.TdClassName
{
border-color: #2BE03B;
}
.TagClassName
{
border-color: #2BE03B;
}
</style>