Shades of Lime Green #2BD31D
Tints of Lime Green #2BD31D
RGB
CMYK
RGB Variations
Color information
#2BD31D (or 0x2BD31D) is known color: Lime Green. HEX triplet: 2B, D3 and 1D. RGB value is (43,211,29). Sum of RGB (Red+Green+Blue) = 43+211+29=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 211 (82.81% from 255 or 74.56% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 211 - color contains mainly: green. Hex color #2BD31D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD31D is #D42CE2. Grayscale: #8C8C8C. Windows color (decimal): -13905123 or 1954603. OLE color: 1954603.
HSL color Cylindrical-coordinate representation of color #2BD31D: hue angle of 115.38º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2BD31D is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 43 | 211 | 29 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.17 |
| HSL | 115.38º | 0.76% | 0.47% | - |
| HSV(B) | 115.38º | 0.86% | 0.83% | - |
| XYZ | 24.51 | 47.19 | 8.98 | - |
| YUV | 140.02 | 65.34 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 211 | 29 | 0.80 | 0 | 0.86 | 0.17 | 115.38 | 0.76 | 0.47 |
| Hex | 2B | D3 | 1D | 50 | 0 | 56 | 11 | 73 | 4C | 2F |
| Octal | 53 | 323 | 35 | 120 | 0 | 126 | 21 | 163 | 114 | 57 |
| Binary | 101011 | 11010011 | 11101 | 1010000 | 0 | 1010110 | 10001 | 1110011 | 1001100 | 101111 |
Color Harmonies of #2BD31D
Complementary color
Monochromatic Colors of #2BD31D
Black with #2BD31D
Text Example
Text Example
White with #2BD31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD31D; }
p { color: rgb(43,211,29); }
H1.HeaderClassName
{
color: #2BD31D;
}
.AnyTagClassName
{
color: #2BD31D;
}
</style>
background-color css
<style>
a { background-color: #2BD31D; }
a { background-color: rgb(43,211,29); }
div.DivClassName
{
background-color: #2BD31D;
}
.BgClassName
{
background-color: #2BD31D;
}
</style>
border-color css
<style>
span { border-color: #2BD31D; }
span { border-color: rgb(43,211,29); }
td.TdClassName
{
border-color: #2BD31D;
}
.TagClassName
{
border-color: #2BD31D;
}
</style>