Shades of Lime Green #2BD636
Tints of Lime Green #2BD636
RGB
CMYK
RGB Variations
Color information
#2BD636 (or 0x2BD636) is known color: Lime Green. HEX triplet: 2B, D6 and 36. RGB value is (43,214,54). Sum of RGB (Red+Green+Blue) = 43+214+54=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 214 (83.98% from 255 or 68.81% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD636 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD636 is #D429C9. Grayscale: #919191. Windows color (decimal): -13904330 or 3593771. OLE color: 3593771.
HSL color Cylindrical-coordinate representation of color #2BD636: hue angle of 123.86º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD636 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 214 | 54 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.16 |
| HSL | 123.86º | 0.68% | 0.5% | - |
| HSV(B) | 123.86º | 0.8% | 0.84% | - |
| XYZ | 25.71 | 48.87 | 11.57 | - |
| YUV | 144.63 | 76.85 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 214 | 54 | 0.80 | 0 | 0.75 | 0.16 | 123.86 | 0.68 | 0.5 |
| Hex | 2B | D6 | 36 | 50 | 0 | 4B | 10 | 7C | 44 | 32 |
| Octal | 53 | 326 | 66 | 120 | 0 | 113 | 20 | 174 | 104 | 62 |
| Binary | 101011 | 11010110 | 110110 | 1010000 | 0 | 1001011 | 10000 | 1111100 | 1000100 | 110010 |
Color Harmonies of #2BD636
Complementary color
Monochromatic Colors of #2BD636
Black with #2BD636
Text Example
Text Example
White with #2BD636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD636; }
p { color: rgb(43,214,54); }
H1.HeaderClassName
{
color: #2BD636;
}
.AnyTagClassName
{
color: #2BD636;
}
</style>
background-color css
<style>
a { background-color: #2BD636; }
a { background-color: rgb(43,214,54); }
div.DivClassName
{
background-color: #2BD636;
}
.BgClassName
{
background-color: #2BD636;
}
</style>
border-color css
<style>
span { border-color: #2BD636; }
span { border-color: rgb(43,214,54); }
td.TdClassName
{
border-color: #2BD636;
}
.TagClassName
{
border-color: #2BD636;
}
</style>