Shades of Lime Green #2BDA0E
Tints of Lime Green #2BDA0E
RGB
CMYK
RGB Variations
Color information
#2BDA0E (or 0x2BDA0E) is known color: Lime Green. HEX triplet: 2B, DA and 0E. RGB value is (43,218,14). Sum of RGB (Red+Green+Blue) = 43+218+14=275 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.64% from 275); Green value is 218 (85.55% from 255 or 79.27% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BDA0E is #D425F1. Grayscale: #8F8F8F. Windows color (decimal): -13903346 or 973355. OLE color: 973355.
HSL color Cylindrical-coordinate representation of color #2BDA0E: hue angle of 111.47º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2BDA0E is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 14 | - |
| CMYK | 0.80 | 0 | 0.94 | 0.15 |
| HSL | 111.47º | 0.88% | 0.45% | - |
| HSV(B) | 111.47º | 0.94% | 0.85% | - |
| XYZ | 26.15 | 50.69 | 8.82 | - |
| YUV | 142.42 | 55.52 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 14 | 0.80 | 0 | 0.94 | 0.15 | 111.47 | 0.88 | 0.45 |
| Hex | 2B | DA | E | 50 | 0 | 5E | F | 6F | 58 | 2D |
| Octal | 53 | 332 | 16 | 120 | 0 | 136 | 17 | 157 | 130 | 55 |
| Binary | 101011 | 11011010 | 1110 | 1010000 | 0 | 1011110 | 1111 | 1101111 | 1011000 | 101101 |
Color Harmonies of #2BDA0E
Complementary color
Monochromatic Colors of #2BDA0E
Black with #2BDA0E
Text Example
Text Example
White with #2BDA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDA0E; }
p { color: rgb(43,218,14); }
H1.HeaderClassName
{
color: #2BDA0E;
}
.AnyTagClassName
{
color: #2BDA0E;
}
</style>
background-color css
<style>
a { background-color: #2BDA0E; }
a { background-color: rgb(43,218,14); }
div.DivClassName
{
background-color: #2BDA0E;
}
.BgClassName
{
background-color: #2BDA0E;
}
</style>
border-color css
<style>
span { border-color: #2BDA0E; }
span { border-color: rgb(43,218,14); }
td.TdClassName
{
border-color: #2BDA0E;
}
.TagClassName
{
border-color: #2BDA0E;
}
</style>