Shades of Lime Green #2BCD18
Tints of Lime Green #2BCD18
RGB
CMYK
RGB Variations
Color information
#2BCD18 (or 0x2BCD18) is known color: Lime Green. HEX triplet: 2B, CD and 18. RGB value is (43,205,24). Sum of RGB (Red+Green+Blue) = 43+205+24=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 205 (80.47% from 255 or 75.37% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCD18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BCD18 is #D432E7. Grayscale: #888888. Windows color (decimal): -13906664 or 1625387. OLE color: 1625387.
HSL color Cylindrical-coordinate representation of color #2BCD18: hue angle of 113.7º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2BCD18 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 205 | 24 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.20 |
| HSL | 113.7º | 0.79% | 0.45% | - |
| HSV(B) | 113.7º | 0.88% | 0.8% | - |
| XYZ | 22.99 | 44.24 | 8.19 | - |
| YUV | 135.93 | 64.83 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 205 | 24 | 0.79 | 0 | 0.88 | 0.20 | 113.7 | 0.79 | 0.45 |
| Hex | 2B | CD | 18 | 4F | 0 | 58 | 14 | 72 | 4F | 2D |
| Octal | 53 | 315 | 30 | 117 | 0 | 130 | 24 | 162 | 117 | 55 |
| Binary | 101011 | 11001101 | 11000 | 1001111 | 0 | 1011000 | 10100 | 1110010 | 1001111 | 101101 |
Color Harmonies of #2BCD18
Complementary color
Monochromatic Colors of #2BCD18
Black with #2BCD18
Text Example
Text Example
White with #2BCD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCD18; }
p { color: rgb(43,205,24); }
H1.HeaderClassName
{
color: #2BCD18;
}
.AnyTagClassName
{
color: #2BCD18;
}
</style>
background-color css
<style>
a { background-color: #2BCD18; }
a { background-color: rgb(43,205,24); }
div.DivClassName
{
background-color: #2BCD18;
}
.BgClassName
{
background-color: #2BCD18;
}
</style>
border-color css
<style>
span { border-color: #2BCD18; }
span { border-color: rgb(43,205,24); }
td.TdClassName
{
border-color: #2BCD18;
}
.TagClassName
{
border-color: #2BCD18;
}
</style>