Shades of Lime Green #2BDB4A
Tints of Lime Green #2BDB4A
RGB
CMYK
RGB Variations
Color information
#2BDB4A (or 0x2BDB4A) is known color: Lime Green. HEX triplet: 2B, DB and 4A. RGB value is (43,219,74). Sum of RGB (Red+Green+Blue) = 43+219+74=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 219 (85.94% from 255 or 65.18% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 219 - color contains mainly: green. Hex color #2BDB4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDB4A is #D424B5. Grayscale: #969696. Windows color (decimal): -13903030 or 4905771. OLE color: 4905771.
HSL color Cylindrical-coordinate representation of color #2BDB4A: hue angle of 130.57º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDB4A is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
RGB | 43 | 219 | 74 | - |
CMYK | 0.80 | 0 | 0.66 | 0.14 |
HSL | 130.57º | 0.71% | 0.51% | - |
HSV(B) | 130.57º | 0.8% | 0.86% | - |
XYZ | 27.56 | 51.67 | 15 | - |
YUV | 149.85 | 85.19 | 51.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 219 | 74 | 0.80 | 0 | 0.66 | 0.14 | 130.57 | 0.71 | 0.51 |
Hex | 2B | DB | 4A | 50 | 0 | 42 | E | 83 | 47 | 33 |
Octal | 53 | 333 | 112 | 120 | 0 | 102 | 16 | 203 | 107 | 63 |
Binary | 101011 | 11011011 | 1001010 | 1010000 | 0 | 1000010 | 1110 | 10000011 | 1000111 | 110011 |
Color Harmonies of #2BDB4A
Complementary color
Monochromatic Colors of #2BDB4A
Black with #2BDB4A
Text Example
Text Example
White with #2BDB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDB4A; }
p { color: rgb(43,219,74); }
H1.HeaderClassName
{
color: #2BDB4A;
}
.AnyTagClassName
{
color: #2BDB4A;
}
</style>
background-color css
<style>
a { background-color: #2BDB4A; }
a { background-color: rgb(43,219,74); }
div.DivClassName
{
background-color: #2BDB4A;
}
.BgClassName
{
background-color: #2BDB4A;
}
</style>
border-color css
<style>
span { border-color: #2BDB4A; }
span { border-color: rgb(43,219,74); }
td.TdClassName
{
border-color: #2BDB4A;
}
.TagClassName
{
border-color: #2BDB4A;
}
</style>