Shades of Lime Green #2BE617
Tints of Lime Green #2BE617
RGB
CMYK
RGB Variations
Color information
#2BE617 (or 0x2BE617) is known color: Lime Green. HEX triplet: 2B, E6 and 17. RGB value is (43,230,23). Sum of RGB (Red+Green+Blue) = 43+230+23=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 230 (90.23% from 255 or 77.70% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 230 - color contains mainly: green. Hex color #2BE617 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2BE617 is #D419E8. Grayscale: #979797. Windows color (decimal): -13900265 or 1566251. OLE color: 1566251.
HSL color Cylindrical-coordinate representation of color #2BE617: hue angle of 114.2º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BE617 is Cyan = 0.81, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 230 | 23 | - |
| CMYK | 0.81 | 0 | 0.9 | 0.10 |
| HSL | 114.2º | 0.82% | 0.5% | - |
| HSV(B) | 114.2º | 0.9% | 0.9% | - |
| XYZ | 29.45 | 57.17 | 10.29 | - |
| YUV | 150.49 | 56.05 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 230 | 23 | 0.81 | 0 | 0.9 | 0.10 | 114.2 | 0.82 | 0.5 |
| Hex | 2B | E6 | 17 | 51 | 0 | 5A | A | 72 | 52 | 32 |
| Octal | 53 | 346 | 27 | 121 | 0 | 132 | 12 | 162 | 122 | 62 |
| Binary | 101011 | 11100110 | 10111 | 1010001 | 0 | 1011010 | 1010 | 1110010 | 1010010 | 110010 |
Color Harmonies of #2BE617
Complementary color
Monochromatic Colors of #2BE617
Black with #2BE617
Text Example
Text Example
White with #2BE617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE617; }
p { color: rgb(43,230,23); }
H1.HeaderClassName
{
color: #2BE617;
}
.AnyTagClassName
{
color: #2BE617;
}
</style>
background-color css
<style>
a { background-color: #2BE617; }
a { background-color: rgb(43,230,23); }
div.DivClassName
{
background-color: #2BE617;
}
.BgClassName
{
background-color: #2BE617;
}
</style>
border-color css
<style>
span { border-color: #2BE617; }
span { border-color: rgb(43,230,23); }
td.TdClassName
{
border-color: #2BE617;
}
.TagClassName
{
border-color: #2BE617;
}
</style>