Shades of Lime Green #2BD424
Tints of Lime Green #2BD424
RGB
CMYK
RGB Variations
Color information
#2BD424 (or 0x2BD424) is known color: Lime Green. HEX triplet: 2B, D4 and 24. RGB value is (43,212,36). Sum of RGB (Red+Green+Blue) = 43+212+36=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 212 (83.20% from 255 or 72.85% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 212 - color contains mainly: green. Hex color #2BD424 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD424 is #D42BDB. Grayscale: #8D8D8D. Windows color (decimal): -13904860 or 2413611. OLE color: 2413611.
HSL color Cylindrical-coordinate representation of color #2BD424: hue angle of 117.61º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BD424 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 43 | 212 | 36 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.17 |
| HSL | 117.61º | 0.71% | 0.49% | - |
| HSV(B) | 117.61º | 0.83% | 0.83% | - |
| XYZ | 24.86 | 47.73 | 9.57 | - |
| YUV | 141.41 | 68.51 | 57.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 212 | 36 | 0.80 | 0 | 0.83 | 0.17 | 117.61 | 0.71 | 0.49 |
| Hex | 2B | D4 | 24 | 50 | 0 | 53 | 11 | 76 | 47 | 31 |
| Octal | 53 | 324 | 44 | 120 | 0 | 123 | 21 | 166 | 107 | 61 |
| Binary | 101011 | 11010100 | 100100 | 1010000 | 0 | 1010011 | 10001 | 1110110 | 1000111 | 110001 |
Color Harmonies of #2BD424
Complementary color
Monochromatic Colors of #2BD424
Black with #2BD424
Text Example
Text Example
White with #2BD424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD424; }
p { color: rgb(43,212,36); }
H1.HeaderClassName
{
color: #2BD424;
}
.AnyTagClassName
{
color: #2BD424;
}
</style>
background-color css
<style>
a { background-color: #2BD424; }
a { background-color: rgb(43,212,36); }
div.DivClassName
{
background-color: #2BD424;
}
.BgClassName
{
background-color: #2BD424;
}
</style>
border-color css
<style>
span { border-color: #2BD424; }
span { border-color: rgb(43,212,36); }
td.TdClassName
{
border-color: #2BD424;
}
.TagClassName
{
border-color: #2BD424;
}
</style>