Shades of Lime Green #2BD036
Tints of Lime Green #2BD036
RGB
CMYK
RGB Variations
Color information
#2BD036 (or 0x2BD036) is known color: Lime Green. HEX triplet: 2B, D0 and 36. RGB value is (43,208,54). Sum of RGB (Red+Green+Blue) = 43+208+54=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 208 (81.64% from 255 or 68.20% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 208 - color contains mainly: green. Hex color #2BD036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD036 is #D42FC9. Grayscale: #8D8D8D. Windows color (decimal): -13905866 or 3592235. OLE color: 3592235.
HSL color Cylindrical-coordinate representation of color #2BD036: hue angle of 124º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BD036 is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 208 | 54 | - |
| CMYK | 0.79 | 0 | 0.74 | 0.18 |
| HSL | 124º | 0.66% | 0.49% | - |
| HSV(B) | 124º | 0.79% | 0.82% | - |
| XYZ | 24.22 | 45.89 | 11.07 | - |
| YUV | 141.11 | 78.84 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 208 | 54 | 0.79 | 0 | 0.74 | 0.18 | 124 | 0.66 | 0.49 |
| Hex | 2B | D0 | 36 | 4F | 0 | 4A | 12 | 7C | 42 | 31 |
| Octal | 53 | 320 | 66 | 117 | 0 | 112 | 22 | 174 | 102 | 61 |
| Binary | 101011 | 11010000 | 110110 | 1001111 | 0 | 1001010 | 10010 | 1111100 | 1000010 | 110001 |
Color Harmonies of #2BD036
Complementary color
Monochromatic Colors of #2BD036
Black with #2BD036
Text Example
Text Example
White with #2BD036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD036; }
p { color: rgb(43,208,54); }
H1.HeaderClassName
{
color: #2BD036;
}
.AnyTagClassName
{
color: #2BD036;
}
</style>
background-color css
<style>
a { background-color: #2BD036; }
a { background-color: rgb(43,208,54); }
div.DivClassName
{
background-color: #2BD036;
}
.BgClassName
{
background-color: #2BD036;
}
</style>
border-color css
<style>
span { border-color: #2BD036; }
span { border-color: rgb(43,208,54); }
td.TdClassName
{
border-color: #2BD036;
}
.TagClassName
{
border-color: #2BD036;
}
</style>