Shades of Lime Green #2BE627
Tints of Lime Green #2BE627
RGB
CMYK
RGB Variations
Color information
#2BE627 (or 0x2BE627) is known color: Lime Green. HEX triplet: 2B, E6 and 27. RGB value is (43,230,39). Sum of RGB (Red+Green+Blue) = 43+230+39=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 230 (90.23% from 255 or 73.72% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 230 - color contains mainly: green. Hex color #2BE627 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE627 is #D419D8. Grayscale: #989898. Windows color (decimal): -13900249 or 2614827. OLE color: 2614827.
HSL color Cylindrical-coordinate representation of color #2BE627: hue angle of 118.74º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BE627 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 230 | 39 | - |
| CMYK | 0.81 | 0 | 0.83 | 0.10 |
| HSL | 118.74º | 0.79% | 0.53% | - |
| HSV(B) | 118.74º | 0.83% | 0.9% | - |
| XYZ | 29.66 | 57.25 | 11.41 | - |
| YUV | 152.31 | 64.05 | 50.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 230 | 39 | 0.81 | 0 | 0.83 | 0.10 | 118.74 | 0.79 | 0.53 |
| Hex | 2B | E6 | 27 | 51 | 0 | 53 | A | 77 | 4F | 35 |
| Octal | 53 | 346 | 47 | 121 | 0 | 123 | 12 | 167 | 117 | 65 |
| Binary | 101011 | 11100110 | 100111 | 1010001 | 0 | 1010011 | 1010 | 1110111 | 1001111 | 110101 |
Color Harmonies of #2BE627
Complementary color
Monochromatic Colors of #2BE627
Black with #2BE627
Text Example
Text Example
White with #2BE627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE627; }
p { color: rgb(43,230,39); }
H1.HeaderClassName
{
color: #2BE627;
}
.AnyTagClassName
{
color: #2BE627;
}
</style>
background-color css
<style>
a { background-color: #2BE627; }
a { background-color: rgb(43,230,39); }
div.DivClassName
{
background-color: #2BE627;
}
.BgClassName
{
background-color: #2BE627;
}
</style>
border-color css
<style>
span { border-color: #2BE627; }
span { border-color: rgb(43,230,39); }
td.TdClassName
{
border-color: #2BE627;
}
.TagClassName
{
border-color: #2BE627;
}
</style>