Shades of Lime Green #2BDF28
Tints of Lime Green #2BDF28
RGB
CMYK
RGB Variations
Color information
#2BDF28 (or 0x2BDF28) is known color: Lime Green. HEX triplet: 2B, DF and 28. RGB value is (43,223,40). Sum of RGB (Red+Green+Blue) = 43+223+40=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 223 (87.5% from 255 or 72.88% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDF28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDF28 is #D420D7. Grayscale: #949494. Windows color (decimal): -13902040 or 2678571. OLE color: 2678571.
HSL color Cylindrical-coordinate representation of color #2BDF28: hue angle of 119.02º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BDF28 is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 223 | 40 | - |
| CMYK | 0.81 | 0 | 0.82 | 0.13 |
| HSL | 119.02º | 0.74% | 0.52% | - |
| HSV(B) | 119.02º | 0.82% | 0.87% | - |
| XYZ | 27.77 | 53.44 | 10.86 | - |
| YUV | 148.32 | 66.87 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 223 | 40 | 0.81 | 0 | 0.82 | 0.13 | 119.02 | 0.74 | 0.52 |
| Hex | 2B | DF | 28 | 51 | 0 | 52 | D | 77 | 4A | 34 |
| Octal | 53 | 337 | 50 | 121 | 0 | 122 | 15 | 167 | 112 | 64 |
| Binary | 101011 | 11011111 | 101000 | 1010001 | 0 | 1010010 | 1101 | 1110111 | 1001010 | 110100 |
Color Harmonies of #2BDF28
Complementary color
Monochromatic Colors of #2BDF28
Black with #2BDF28
Text Example
Text Example
White with #2BDF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDF28; }
p { color: rgb(43,223,40); }
H1.HeaderClassName
{
color: #2BDF28;
}
.AnyTagClassName
{
color: #2BDF28;
}
</style>
background-color css
<style>
a { background-color: #2BDF28; }
a { background-color: rgb(43,223,40); }
div.DivClassName
{
background-color: #2BDF28;
}
.BgClassName
{
background-color: #2BDF28;
}
</style>
border-color css
<style>
span { border-color: #2BDF28; }
span { border-color: rgb(43,223,40); }
td.TdClassName
{
border-color: #2BDF28;
}
.TagClassName
{
border-color: #2BDF28;
}
</style>