Shades of Lime Green #2BD012
Tints of Lime Green #2BD012
RGB
CMYK
RGB Variations
Color information
#2BD012 (or 0x2BD012) is known color: Lime Green. HEX triplet: 2B, D0 and 12. RGB value is (43,208,18). Sum of RGB (Red+Green+Blue) = 43+208+18=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 208 (81.64% from 255 or 77.32% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 208 - color contains mainly: green. Hex color #2BD012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD012 is #D42FED. Grayscale: #898989. Windows color (decimal): -13905902 or 1232939. OLE color: 1232939.
HSL color Cylindrical-coordinate representation of color #2BD012: hue angle of 112.11º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2BD012 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 208 | 18 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.18 |
| HSL | 112.11º | 0.84% | 0.44% | - |
| HSV(B) | 112.11º | 0.91% | 0.82% | - |
| XYZ | 23.66 | 45.67 | 8.14 | - |
| YUV | 137.01 | 60.84 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 208 | 18 | 0.79 | 0 | 0.91 | 0.18 | 112.11 | 0.84 | 0.44 |
| Hex | 2B | D0 | 12 | 4F | 0 | 5B | 12 | 70 | 54 | 2C |
| Octal | 53 | 320 | 22 | 117 | 0 | 133 | 22 | 160 | 124 | 54 |
| Binary | 101011 | 11010000 | 10010 | 1001111 | 0 | 1011011 | 10010 | 1110000 | 1010100 | 101100 |
Color Harmonies of #2BD012
Complementary color
Monochromatic Colors of #2BD012
Black with #2BD012
Text Example
Text Example
White with #2BD012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD012; }
p { color: rgb(43,208,18); }
H1.HeaderClassName
{
color: #2BD012;
}
.AnyTagClassName
{
color: #2BD012;
}
</style>
background-color css
<style>
a { background-color: #2BD012; }
a { background-color: rgb(43,208,18); }
div.DivClassName
{
background-color: #2BD012;
}
.BgClassName
{
background-color: #2BD012;
}
</style>
border-color css
<style>
span { border-color: #2BD012; }
span { border-color: rgb(43,208,18); }
td.TdClassName
{
border-color: #2BD012;
}
.TagClassName
{
border-color: #2BD012;
}
</style>