Shades of Lime Green #2BBE26
Tints of Lime Green #2BBE26
RGB
CMYK
RGB Variations
Color information
#2BBE26 (or 0x2BBE26) is known color: Lime Green. HEX triplet: 2B, BE and 26. RGB value is (43,190,38). Sum of RGB (Red+Green+Blue) = 43+190+38=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 190 (74.61% from 255 or 70.11% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBE26 is #D441D9. Grayscale: #818181. Windows color (decimal): -13910490 or 2539051. OLE color: 2539051.
HSL color Cylindrical-coordinate representation of color #2BBE26: hue angle of 118.03º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BBE26 is Cyan = 0.77, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 38 | - |
| CMYK | 0.77 | 0 | 0.8 | 0.25 |
| HSL | 118.03º | 0.67% | 0.45% | - |
| HSV(B) | 118.03º | 0.8% | 0.75% | - |
| XYZ | 19.76 | 37.48 | 8.03 | - |
| YUV | 128.72 | 76.8 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 38 | 0.77 | 0 | 0.8 | 0.25 | 118.03 | 0.67 | 0.45 |
| Hex | 2B | BE | 26 | 4D | 0 | 50 | 19 | 76 | 43 | 2D |
| Octal | 53 | 276 | 46 | 115 | 0 | 120 | 31 | 166 | 103 | 55 |
| Binary | 101011 | 10111110 | 100110 | 1001101 | 0 | 1010000 | 11001 | 1110110 | 1000011 | 101101 |
Color Harmonies of #2BBE26
Complementary color
Monochromatic Colors of #2BBE26
Black with #2BBE26
Text Example
Text Example
White with #2BBE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE26; }
p { color: rgb(43,190,38); }
H1.HeaderClassName
{
color: #2BBE26;
}
.AnyTagClassName
{
color: #2BBE26;
}
</style>
background-color css
<style>
a { background-color: #2BBE26; }
a { background-color: rgb(43,190,38); }
div.DivClassName
{
background-color: #2BBE26;
}
.BgClassName
{
background-color: #2BBE26;
}
</style>
border-color css
<style>
span { border-color: #2BBE26; }
span { border-color: rgb(43,190,38); }
td.TdClassName
{
border-color: #2BBE26;
}
.TagClassName
{
border-color: #2BBE26;
}
</style>