Shades of Lime Green #2BEE25
Tints of Lime Green #2BEE25
RGB
CMYK
RGB Variations
Color information
#2BEE25 (or 0x2BEE25) is known color: Lime Green. HEX triplet: 2B, EE and 25. RGB value is (43,238,37). Sum of RGB (Red+Green+Blue) = 43+238+37=318 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.52% from 318); Green value is 238 (93.36% from 255 or 74.84% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEE25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEE25 is #D411DA. Grayscale: #9D9D9D. Windows color (decimal): -13898203 or 2485803. OLE color: 2485803.
HSL color Cylindrical-coordinate representation of color #2BEE25: hue angle of 118.21º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BEE25 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 238 | 37 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.07 |
| HSL | 118.21º | 0.86% | 0.54% | - |
| HSV(B) | 118.21º | 0.84% | 0.93% | - |
| XYZ | 31.9 | 61.8 | 12 | - |
| YUV | 156.78 | 60.4 | 46.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 37 | 0.82 | 0 | 0.84 | 0.07 | 118.21 | 0.86 | 0.54 |
| Hex | 2B | EE | 25 | 52 | 0 | 54 | 7 | 76 | 56 | 36 |
| Octal | 53 | 356 | 45 | 122 | 0 | 124 | 7 | 166 | 126 | 66 |
| Binary | 101011 | 11101110 | 100101 | 1010010 | 0 | 1010100 | 111 | 1110110 | 1010110 | 110110 |
Color Harmonies of #2BEE25
Complementary color
Monochromatic Colors of #2BEE25
Black with #2BEE25
Text Example
Text Example
White with #2BEE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEE25; }
p { color: rgb(43,238,37); }
H1.HeaderClassName
{
color: #2BEE25;
}
.AnyTagClassName
{
color: #2BEE25;
}
</style>
background-color css
<style>
a { background-color: #2BEE25; }
a { background-color: rgb(43,238,37); }
div.DivClassName
{
background-color: #2BEE25;
}
.BgClassName
{
background-color: #2BEE25;
}
</style>
border-color css
<style>
span { border-color: #2BEE25; }
span { border-color: rgb(43,238,37); }
td.TdClassName
{
border-color: #2BEE25;
}
.TagClassName
{
border-color: #2BEE25;
}
</style>