Shades of Lime Green #2BD618
Tints of Lime Green #2BD618
RGB
CMYK
RGB Variations
Color information
#2BD618 (or 0x2BD618) is known color: Lime Green. HEX triplet: 2B, D6 and 18. RGB value is (43,214,24). Sum of RGB (Red+Green+Blue) = 43+214+24=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 214 (83.98% from 255 or 76.16% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD618 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD618 is #D429E7. Grayscale: #8D8D8D. Windows color (decimal): -13904360 or 1627691. OLE color: 1627691.
HSL color Cylindrical-coordinate representation of color #2BD618: hue angle of 114º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2BD618 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 214 | 24 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.16 |
| HSL | 114º | 0.8% | 0.47% | - |
| HSV(B) | 114º | 0.89% | 0.84% | - |
| XYZ | 25.21 | 48.67 | 8.93 | - |
| YUV | 141.21 | 61.85 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 214 | 24 | 0.80 | 0 | 0.89 | 0.16 | 114 | 0.8 | 0.47 |
| Hex | 2B | D6 | 18 | 50 | 0 | 59 | 10 | 72 | 50 | 2F |
| Octal | 53 | 326 | 30 | 120 | 0 | 131 | 20 | 162 | 120 | 57 |
| Binary | 101011 | 11010110 | 11000 | 1010000 | 0 | 1011001 | 10000 | 1110010 | 1010000 | 101111 |
Color Harmonies of #2BD618
Complementary color
Monochromatic Colors of #2BD618
Black with #2BD618
Text Example
Text Example
White with #2BD618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD618; }
p { color: rgb(43,214,24); }
H1.HeaderClassName
{
color: #2BD618;
}
.AnyTagClassName
{
color: #2BD618;
}
</style>
background-color css
<style>
a { background-color: #2BD618; }
a { background-color: rgb(43,214,24); }
div.DivClassName
{
background-color: #2BD618;
}
.BgClassName
{
background-color: #2BD618;
}
</style>
border-color css
<style>
span { border-color: #2BD618; }
span { border-color: rgb(43,214,24); }
td.TdClassName
{
border-color: #2BD618;
}
.TagClassName
{
border-color: #2BD618;
}
</style>