Shades of Lime Green #2BEA26
Tints of Lime Green #2BEA26
RGB
CMYK
RGB Variations
Color information
#2BEA26 (or 0x2BEA26) is known color: Lime Green. HEX triplet: 2B, EA and 26. RGB value is (43,234,38). Sum of RGB (Red+Green+Blue) = 43+234+38=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 234 (91.80% from 255 or 74.29% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEA26 is #D415D9. Grayscale: #9B9B9B. Windows color (decimal): -13899226 or 2550315. OLE color: 2550315.
HSL color Cylindrical-coordinate representation of color #2BEA26: hue angle of 118.47º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BEA26 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 38 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.08 |
| HSL | 118.47º | 0.82% | 0.53% | - |
| HSV(B) | 118.47º | 0.84% | 0.92% | - |
| XYZ | 30.77 | 59.5 | 11.7 | - |
| YUV | 154.55 | 62.22 | 48.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 38 | 0.82 | 0 | 0.84 | 0.08 | 118.47 | 0.82 | 0.53 |
| Hex | 2B | EA | 26 | 52 | 0 | 54 | 8 | 76 | 52 | 35 |
| Octal | 53 | 352 | 46 | 122 | 0 | 124 | 10 | 166 | 122 | 65 |
| Binary | 101011 | 11101010 | 100110 | 1010010 | 0 | 1010100 | 1000 | 1110110 | 1010010 | 110101 |
Color Harmonies of #2BEA26
Complementary color
Monochromatic Colors of #2BEA26
Black with #2BEA26
Text Example
Text Example
White with #2BEA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEA26; }
p { color: rgb(43,234,38); }
H1.HeaderClassName
{
color: #2BEA26;
}
.AnyTagClassName
{
color: #2BEA26;
}
</style>
background-color css
<style>
a { background-color: #2BEA26; }
a { background-color: rgb(43,234,38); }
div.DivClassName
{
background-color: #2BEA26;
}
.BgClassName
{
background-color: #2BEA26;
}
</style>
border-color css
<style>
span { border-color: #2BEA26; }
span { border-color: rgb(43,234,38); }
td.TdClassName
{
border-color: #2BEA26;
}
.TagClassName
{
border-color: #2BEA26;
}
</style>