Shades of Lime Green #2BDF45
Tints of Lime Green #2BDF45
RGB
CMYK
RGB Variations
Color information
#2BDF45 (or 0x2BDF45) is known color: Lime Green. HEX triplet: 2B, DF and 45. RGB value is (43,223,69). Sum of RGB (Red+Green+Blue) = 43+223+69=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 223 (87.5% from 255 or 66.57% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDF45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDF45 is #D420BA. Grayscale: #989898. Windows color (decimal): -13902011 or 4579115. OLE color: 4579115.
HSL color Cylindrical-coordinate representation of color #2BDF45: hue angle of 128.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDF45 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 223 | 69 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.13 |
| HSL | 128.67º | 0.74% | 0.52% | - |
| HSV(B) | 128.67º | 0.81% | 0.87% | - |
| XYZ | 28.46 | 53.72 | 14.5 | - |
| YUV | 151.62 | 81.37 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 223 | 69 | 0.81 | 0 | 0.69 | 0.13 | 128.67 | 0.74 | 0.52 |
| Hex | 2B | DF | 45 | 51 | 0 | 45 | D | 81 | 4A | 34 |
| Octal | 53 | 337 | 105 | 121 | 0 | 105 | 15 | 201 | 112 | 64 |
| Binary | 101011 | 11011111 | 1000101 | 1010001 | 0 | 1000101 | 1101 | 10000001 | 1001010 | 110100 |
Color Harmonies of #2BDF45
Complementary color
Monochromatic Colors of #2BDF45
Black with #2BDF45
Text Example
Text Example
White with #2BDF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDF45; }
p { color: rgb(43,223,69); }
H1.HeaderClassName
{
color: #2BDF45;
}
.AnyTagClassName
{
color: #2BDF45;
}
</style>
background-color css
<style>
a { background-color: #2BDF45; }
a { background-color: rgb(43,223,69); }
div.DivClassName
{
background-color: #2BDF45;
}
.BgClassName
{
background-color: #2BDF45;
}
</style>
border-color css
<style>
span { border-color: #2BDF45; }
span { border-color: rgb(43,223,69); }
td.TdClassName
{
border-color: #2BDF45;
}
.TagClassName
{
border-color: #2BDF45;
}
</style>