Shades of Lime Green #2BDF41
Tints of Lime Green #2BDF41
RGB
CMYK
RGB Variations
Color information
#2BDF41 (or 0x2BDF41) is known color: Lime Green. HEX triplet: 2B, DF and 41. RGB value is (43,223,65). Sum of RGB (Red+Green+Blue) = 43+223+65=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 223 (87.5% from 255 or 67.37% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDF41 is #D420BE. Grayscale: #979797. Windows color (decimal): -13902015 or 4316971. OLE color: 4316971.
HSL color Cylindrical-coordinate representation of color #2BDF41: hue angle of 127.33º 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 #2BDF41 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 223 | 65 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.13 |
| HSL | 127.33º | 0.74% | 0.52% | - |
| HSV(B) | 127.33º | 0.81% | 0.87% | - |
| XYZ | 28.34 | 53.67 | 13.87 | - |
| YUV | 151.17 | 79.37 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 223 | 65 | 0.81 | 0 | 0.71 | 0.13 | 127.33 | 0.74 | 0.52 |
| Hex | 2B | DF | 41 | 51 | 0 | 47 | D | 7F | 4A | 34 |
| Octal | 53 | 337 | 101 | 121 | 0 | 107 | 15 | 177 | 112 | 64 |
| Binary | 101011 | 11011111 | 1000001 | 1010001 | 0 | 1000111 | 1101 | 1111111 | 1001010 | 110100 |
Color Harmonies of #2BDF41
Complementary color
Monochromatic Colors of #2BDF41
Black with #2BDF41
Text Example
Text Example
White with #2BDF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDF41; }
p { color: rgb(43,223,65); }
H1.HeaderClassName
{
color: #2BDF41;
}
.AnyTagClassName
{
color: #2BDF41;
}
</style>
background-color css
<style>
a { background-color: #2BDF41; }
a { background-color: rgb(43,223,65); }
div.DivClassName
{
background-color: #2BDF41;
}
.BgClassName
{
background-color: #2BDF41;
}
</style>
border-color css
<style>
span { border-color: #2BDF41; }
span { border-color: rgb(43,223,65); }
td.TdClassName
{
border-color: #2BDF41;
}
.TagClassName
{
border-color: #2BDF41;
}
</style>