Shades of Lime Green #2BBE14
Tints of Lime Green #2BBE14
RGB
CMYK
RGB Variations
Color information
#2BBE14 (or 0x2BBE14) is known color: Lime Green. HEX triplet: 2B, BE and 14. RGB value is (43,190,20). Sum of RGB (Red+Green+Blue) = 43+190+20=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 190 (74.61% from 255 or 75.10% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBE14 is #D441EB. Grayscale: #7F7F7F. Windows color (decimal): -13910508 or 1359403. OLE color: 1359403.
HSL color Cylindrical-coordinate representation of color #2BBE14: hue angle of 111.88º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2BBE14 is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 20 | - |
| CMYK | 0.77 | 0 | 0.89 | 0.25 |
| HSL | 111.88º | 0.81% | 0.41% | - |
| HSV(B) | 111.88º | 0.89% | 0.75% | - |
| XYZ | 19.54 | 37.39 | 6.85 | - |
| YUV | 126.67 | 67.8 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 20 | 0.77 | 0 | 0.89 | 0.25 | 111.88 | 0.81 | 0.41 |
| Hex | 2B | BE | 14 | 4D | 0 | 59 | 19 | 70 | 51 | 29 |
| Octal | 53 | 276 | 24 | 115 | 0 | 131 | 31 | 160 | 121 | 51 |
| Binary | 101011 | 10111110 | 10100 | 1001101 | 0 | 1011001 | 11001 | 1110000 | 1010001 | 101001 |
Color Harmonies of #2BBE14
Complementary color
Monochromatic Colors of #2BBE14
Black with #2BBE14
Text Example
Text Example
White with #2BBE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE14; }
p { color: rgb(43,190,20); }
H1.HeaderClassName
{
color: #2BBE14;
}
.AnyTagClassName
{
color: #2BBE14;
}
</style>
background-color css
<style>
a { background-color: #2BBE14; }
a { background-color: rgb(43,190,20); }
div.DivClassName
{
background-color: #2BBE14;
}
.BgClassName
{
background-color: #2BBE14;
}
</style>
border-color css
<style>
span { border-color: #2BBE14; }
span { border-color: rgb(43,190,20); }
td.TdClassName
{
border-color: #2BBE14;
}
.TagClassName
{
border-color: #2BBE14;
}
</style>