Shades of Lime Green #2BD928
Tints of Lime Green #2BD928
RGB
CMYK
RGB Variations
Color information
#2BD928 (or 0x2BD928) is known color: Lime Green. HEX triplet: 2B, D9 and 28. RGB value is (43,217,40). Sum of RGB (Red+Green+Blue) = 43+217+40=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 217 (85.16% from 255 or 72.33% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 217 - color contains mainly: green. Hex color #2BD928 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD928 is #D426D7. Grayscale: #919191. Windows color (decimal): -13903576 or 2677035. OLE color: 2677035.
HSL color Cylindrical-coordinate representation of color #2BD928: hue angle of 118.98º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BD928 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 217 | 40 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.15 |
| HSL | 118.98º | 0.7% | 0.5% | - |
| HSV(B) | 118.98º | 0.82% | 0.85% | - |
| XYZ | 26.19 | 50.29 | 10.33 | - |
| YUV | 144.8 | 68.85 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 217 | 40 | 0.80 | 0 | 0.82 | 0.15 | 118.98 | 0.7 | 0.5 |
| Hex | 2B | D9 | 28 | 50 | 0 | 52 | F | 77 | 46 | 32 |
| Octal | 53 | 331 | 50 | 120 | 0 | 122 | 17 | 167 | 106 | 62 |
| Binary | 101011 | 11011001 | 101000 | 1010000 | 0 | 1010010 | 1111 | 1110111 | 1000110 | 110010 |
Color Harmonies of #2BD928
Complementary color
Monochromatic Colors of #2BD928
Black with #2BD928
Text Example
Text Example
White with #2BD928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD928; }
p { color: rgb(43,217,40); }
H1.HeaderClassName
{
color: #2BD928;
}
.AnyTagClassName
{
color: #2BD928;
}
</style>
background-color css
<style>
a { background-color: #2BD928; }
a { background-color: rgb(43,217,40); }
div.DivClassName
{
background-color: #2BD928;
}
.BgClassName
{
background-color: #2BD928;
}
</style>
border-color css
<style>
span { border-color: #2BD928; }
span { border-color: rgb(43,217,40); }
td.TdClassName
{
border-color: #2BD928;
}
.TagClassName
{
border-color: #2BD928;
}
</style>