Shades of Lime Green #2BDE3B
Tints of Lime Green #2BDE3B
RGB
CMYK
RGB Variations
Color information
#2BDE3B (or 0x2BDE3B) is known color: Lime Green. HEX triplet: 2B, DE and 3B. RGB value is (43,222,59). Sum of RGB (Red+Green+Blue) = 43+222+59=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 222 (87.11% from 255 or 68.52% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 222 - color contains mainly: green. Hex color #2BDE3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDE3B is #D421C4. Grayscale: #969696. Windows color (decimal): -13902277 or 3923499. OLE color: 3923499.
HSL color Cylindrical-coordinate representation of color #2BDE3B: hue angle of 125.36º 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 #2BDE3B is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 222 | 59 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.13 |
| HSL | 125.36º | 0.73% | 0.52% | - |
| HSV(B) | 125.36º | 0.81% | 0.87% | - |
| XYZ | 27.91 | 53.07 | 12.91 | - |
| YUV | 149.9 | 76.7 | 51.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 222 | 59 | 0.81 | 0 | 0.73 | 0.13 | 125.36 | 0.73 | 0.52 |
| Hex | 2B | DE | 3B | 51 | 0 | 49 | D | 7D | 49 | 34 |
| Octal | 53 | 336 | 73 | 121 | 0 | 111 | 15 | 175 | 111 | 64 |
| Binary | 101011 | 11011110 | 111011 | 1010001 | 0 | 1001001 | 1101 | 1111101 | 1001001 | 110100 |
Color Harmonies of #2BDE3B
Complementary color
Monochromatic Colors of #2BDE3B
Black with #2BDE3B
Text Example
Text Example
White with #2BDE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDE3B; }
p { color: rgb(43,222,59); }
H1.HeaderClassName
{
color: #2BDE3B;
}
.AnyTagClassName
{
color: #2BDE3B;
}
</style>
background-color css
<style>
a { background-color: #2BDE3B; }
a { background-color: rgb(43,222,59); }
div.DivClassName
{
background-color: #2BDE3B;
}
.BgClassName
{
background-color: #2BDE3B;
}
</style>
border-color css
<style>
span { border-color: #2BDE3B; }
span { border-color: rgb(43,222,59); }
td.TdClassName
{
border-color: #2BDE3B;
}
.TagClassName
{
border-color: #2BDE3B;
}
</style>