Shades of Lime Green #2BD83D
Tints of Lime Green #2BD83D
RGB
CMYK
RGB Variations
Color information
#2BD83D (or 0x2BD83D) is known color: Lime Green. HEX triplet: 2B, D8 and 3D. RGB value is (43,216,61). Sum of RGB (Red+Green+Blue) = 43+216+61=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 216 (84.77% from 255 or 67.5% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 216 - color contains mainly: green. Hex color #2BD83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD83D is #D427C2. Grayscale: #939393. Windows color (decimal): -13903811 or 4053035. OLE color: 4053035.
HSL color Cylindrical-coordinate representation of color #2BD83D: hue angle of 126.24º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD83D is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 216 | 61 | - |
| CMYK | 0.80 | 0 | 0.72 | 0.15 |
| HSL | 126.24º | 0.69% | 0.51% | - |
| HSV(B) | 126.24º | 0.8% | 0.85% | - |
| XYZ | 26.39 | 49.96 | 12.67 | - |
| YUV | 146.6 | 79.69 | 54.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 216 | 61 | 0.80 | 0 | 0.72 | 0.15 | 126.24 | 0.69 | 0.51 |
| Hex | 2B | D8 | 3D | 50 | 0 | 48 | F | 7E | 45 | 33 |
| Octal | 53 | 330 | 75 | 120 | 0 | 110 | 17 | 176 | 105 | 63 |
| Binary | 101011 | 11011000 | 111101 | 1010000 | 0 | 1001000 | 1111 | 1111110 | 1000101 | 110011 |
Color Harmonies of #2BD83D
Complementary color
Monochromatic Colors of #2BD83D
Black with #2BD83D
Text Example
Text Example
White with #2BD83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD83D; }
p { color: rgb(43,216,61); }
H1.HeaderClassName
{
color: #2BD83D;
}
.AnyTagClassName
{
color: #2BD83D;
}
</style>
background-color css
<style>
a { background-color: #2BD83D; }
a { background-color: rgb(43,216,61); }
div.DivClassName
{
background-color: #2BD83D;
}
.BgClassName
{
background-color: #2BD83D;
}
</style>
border-color css
<style>
span { border-color: #2BD83D; }
span { border-color: rgb(43,216,61); }
td.TdClassName
{
border-color: #2BD83D;
}
.TagClassName
{
border-color: #2BD83D;
}
</style>