Shades of Lime Green #2BD409
Tints of Lime Green #2BD409
RGB
CMYK
RGB Variations
Color information
#2BD409 (or 0x2BD409) is known color: Lime Green. HEX triplet: 2B, D4 and 09. RGB value is (43,212,9). Sum of RGB (Red+Green+Blue) = 43+212+9=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 212 (83.20% from 255 or 80.30% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 212 - color contains mainly: green. Hex color #2BD409 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD409 is #D42BF6. Grayscale: #8A8A8A. Windows color (decimal): -13904887 or 644139. OLE color: 644139.
HSL color Cylindrical-coordinate representation of color #2BD409: hue angle of 109.95º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2BD409 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 43 | 212 | 9 | - |
| CMYK | 0.80 | 0 | 0.96 | 0.17 |
| HSL | 109.95º | 0.92% | 0.43% | - |
| HSV(B) | 109.95º | 0.96% | 0.83% | - |
| XYZ | 24.59 | 47.62 | 8.15 | - |
| YUV | 138.33 | 55.01 | 60.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 212 | 9 | 0.80 | 0 | 0.96 | 0.17 | 109.95 | 0.92 | 0.43 |
| Hex | 2B | D4 | 9 | 50 | 0 | 60 | 11 | 6E | 5C | 2B |
| Octal | 53 | 324 | 11 | 120 | 0 | 140 | 21 | 156 | 134 | 53 |
| Binary | 101011 | 11010100 | 1001 | 1010000 | 0 | 1100000 | 10001 | 1101110 | 1011100 | 101011 |
Color Harmonies of #2BD409
Complementary color
Monochromatic Colors of #2BD409
Black with #2BD409
Text Example
Text Example
White with #2BD409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD409; }
p { color: rgb(43,212,9); }
H1.HeaderClassName
{
color: #2BD409;
}
.AnyTagClassName
{
color: #2BD409;
}
</style>
background-color css
<style>
a { background-color: #2BD409; }
a { background-color: rgb(43,212,9); }
div.DivClassName
{
background-color: #2BD409;
}
.BgClassName
{
background-color: #2BD409;
}
</style>
border-color css
<style>
span { border-color: #2BD409; }
span { border-color: rgb(43,212,9); }
td.TdClassName
{
border-color: #2BD409;
}
.TagClassName
{
border-color: #2BD409;
}
</style>