Shades of Lime Green #2BB818
Tints of Lime Green #2BB818
RGB
CMYK
RGB Variations
Color information
#2BB818 (or 0x2BB818) is known color: Lime Green. HEX triplet: 2B, B8 and 18. RGB value is (43,184,24). Sum of RGB (Red+Green+Blue) = 43+184+24=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 184 (72.27% from 255 or 73.31% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 184 - color contains mainly: green. Hex color #2BB818 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BB818 is #D447E7. Grayscale: #7C7C7C. Windows color (decimal): -13912040 or 1620011. OLE color: 1620011.
HSL color Cylindrical-coordinate representation of color #2BB818: hue angle of 112.88º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2BB818 is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 43 | 184 | 24 | - |
| CMYK | 0.77 | 0 | 0.87 | 0.28 |
| HSL | 112.88º | 0.77% | 0.41% | - |
| HSV(B) | 112.88º | 0.87% | 0.72% | - |
| XYZ | 18.3 | 34.86 | 6.63 | - |
| YUV | 123.6 | 71.79 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 184 | 24 | 0.77 | 0 | 0.87 | 0.28 | 112.88 | 0.77 | 0.41 |
| Hex | 2B | B8 | 18 | 4D | 0 | 57 | 1C | 71 | 4D | 29 |
| Octal | 53 | 270 | 30 | 115 | 0 | 127 | 34 | 161 | 115 | 51 |
| Binary | 101011 | 10111000 | 11000 | 1001101 | 0 | 1010111 | 11100 | 1110001 | 1001101 | 101001 |
Color Harmonies of #2BB818
Complementary color
Monochromatic Colors of #2BB818
Black with #2BB818
Text Example
Text Example
White with #2BB818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB818; }
p { color: rgb(43,184,24); }
H1.HeaderClassName
{
color: #2BB818;
}
.AnyTagClassName
{
color: #2BB818;
}
</style>
background-color css
<style>
a { background-color: #2BB818; }
a { background-color: rgb(43,184,24); }
div.DivClassName
{
background-color: #2BB818;
}
.BgClassName
{
background-color: #2BB818;
}
</style>
border-color css
<style>
span { border-color: #2BB818; }
span { border-color: rgb(43,184,24); }
td.TdClassName
{
border-color: #2BB818;
}
.TagClassName
{
border-color: #2BB818;
}
</style>