Shades of Lime Green #2BEA28
Tints of Lime Green #2BEA28
RGB
CMYK
RGB Variations
Color information
#2BEA28 (or 0x2BEA28) is known color: Lime Green. HEX triplet: 2B, EA and 28. RGB value is (43,234,40). Sum of RGB (Red+Green+Blue) = 43+234+40=317 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.56% from 317); Green value is 234 (91.80% from 255 or 73.82% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEA28 is #D415D7. Grayscale: #9B9B9B. Windows color (decimal): -13899224 or 2681387. OLE color: 2681387.
HSL color Cylindrical-coordinate representation of color #2BEA28: hue angle of 119.07º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BEA28 is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 40 | - |
| CMYK | 0.82 | 0 | 0.83 | 0.08 |
| HSL | 119.07º | 0.82% | 0.54% | - |
| HSV(B) | 119.07º | 0.83% | 0.92% | - |
| XYZ | 30.8 | 59.51 | 11.87 | - |
| YUV | 154.78 | 63.22 | 48.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 40 | 0.82 | 0 | 0.83 | 0.08 | 119.07 | 0.82 | 0.54 |
| Hex | 2B | EA | 28 | 52 | 0 | 53 | 8 | 77 | 52 | 36 |
| Octal | 53 | 352 | 50 | 122 | 0 | 123 | 10 | 167 | 122 | 66 |
| Binary | 101011 | 11101010 | 101000 | 1010010 | 0 | 1010011 | 1000 | 1110111 | 1010010 | 110110 |
Color Harmonies of #2BEA28
Complementary color
Monochromatic Colors of #2BEA28
Black with #2BEA28
Text Example
Text Example
White with #2BEA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEA28; }
p { color: rgb(43,234,40); }
H1.HeaderClassName
{
color: #2BEA28;
}
.AnyTagClassName
{
color: #2BEA28;
}
</style>
background-color css
<style>
a { background-color: #2BEA28; }
a { background-color: rgb(43,234,40); }
div.DivClassName
{
background-color: #2BEA28;
}
.BgClassName
{
background-color: #2BEA28;
}
</style>
border-color css
<style>
span { border-color: #2BEA28; }
span { border-color: rgb(43,234,40); }
td.TdClassName
{
border-color: #2BEA28;
}
.TagClassName
{
border-color: #2BEA28;
}
</style>