Shades of Lime Green #2BDE3D
Tints of Lime Green #2BDE3D
RGB
CMYK
RGB Variations
Color information
#2BDE3D (or 0x2BDE3D) is known color: Lime Green. HEX triplet: 2B, DE and 3D. RGB value is (43,222,61). Sum of RGB (Red+Green+Blue) = 43+222+61=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 222 (87.11% from 255 or 68.10% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 222 - color contains mainly: green. Hex color #2BDE3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDE3D is #D421C2. Grayscale: #969696. Windows color (decimal): -13902275 or 4054571. OLE color: 4054571.
HSL color Cylindrical-coordinate representation of color #2BDE3D: hue angle of 126.03º degrees, saturation: 0.73, 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 #2BDE3D is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 222 | 61 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.13 |
| HSL | 126.03º | 0.73% | 0.52% | - |
| HSV(B) | 126.03º | 0.81% | 0.87% | - |
| XYZ | 27.96 | 53.09 | 13.19 | - |
| YUV | 150.13 | 77.7 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 222 | 61 | 0.81 | 0 | 0.73 | 0.13 | 126.03 | 0.73 | 0.52 |
| Hex | 2B | DE | 3D | 51 | 0 | 49 | D | 7E | 49 | 34 |
| Octal | 53 | 336 | 75 | 121 | 0 | 111 | 15 | 176 | 111 | 64 |
| Binary | 101011 | 11011110 | 111101 | 1010001 | 0 | 1001001 | 1101 | 1111110 | 1001001 | 110100 |
Color Harmonies of #2BDE3D
Complementary color
Monochromatic Colors of #2BDE3D
Black with #2BDE3D
Text Example
Text Example
White with #2BDE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDE3D; }
p { color: rgb(43,222,61); }
H1.HeaderClassName
{
color: #2BDE3D;
}
.AnyTagClassName
{
color: #2BDE3D;
}
</style>
background-color css
<style>
a { background-color: #2BDE3D; }
a { background-color: rgb(43,222,61); }
div.DivClassName
{
background-color: #2BDE3D;
}
.BgClassName
{
background-color: #2BDE3D;
}
</style>
border-color css
<style>
span { border-color: #2BDE3D; }
span { border-color: rgb(43,222,61); }
td.TdClassName
{
border-color: #2BDE3D;
}
.TagClassName
{
border-color: #2BDE3D;
}
</style>