Shades of Lime Green #2BE925
Tints of Lime Green #2BE925
RGB
CMYK
RGB Variations
Color information
#2BE925 (or 0x2BE925) is known color: Lime Green. HEX triplet: 2B, E9 and 25. RGB value is (43,233,37). Sum of RGB (Red+Green+Blue) = 43+233+37=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 233 (91.41% from 255 or 74.44% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE925 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE925 is #D416DA. Grayscale: #9A9A9A. Windows color (decimal): -13899483 or 2484523. OLE color: 2484523.
HSL color Cylindrical-coordinate representation of color #2BE925: hue angle of 118.16º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BE925 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 233 | 37 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.09 |
| HSL | 118.16º | 0.82% | 0.53% | - |
| HSV(B) | 118.16º | 0.84% | 0.91% | - |
| XYZ | 30.47 | 58.92 | 11.52 | - |
| YUV | 153.85 | 62.05 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 233 | 37 | 0.82 | 0 | 0.84 | 0.09 | 118.16 | 0.82 | 0.53 |
| Hex | 2B | E9 | 25 | 52 | 0 | 54 | 9 | 76 | 52 | 35 |
| Octal | 53 | 351 | 45 | 122 | 0 | 124 | 11 | 166 | 122 | 65 |
| Binary | 101011 | 11101001 | 100101 | 1010010 | 0 | 1010100 | 1001 | 1110110 | 1010010 | 110101 |
Color Harmonies of #2BE925
Complementary color
Monochromatic Colors of #2BE925
Black with #2BE925
Text Example
Text Example
White with #2BE925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE925; }
p { color: rgb(43,233,37); }
H1.HeaderClassName
{
color: #2BE925;
}
.AnyTagClassName
{
color: #2BE925;
}
</style>
background-color css
<style>
a { background-color: #2BE925; }
a { background-color: rgb(43,233,37); }
div.DivClassName
{
background-color: #2BE925;
}
.BgClassName
{
background-color: #2BE925;
}
</style>
border-color css
<style>
span { border-color: #2BE925; }
span { border-color: rgb(43,233,37); }
td.TdClassName
{
border-color: #2BE925;
}
.TagClassName
{
border-color: #2BE925;
}
</style>