Shades of Lime Green #2DB43B
Tints of Lime Green #2DB43B
RGB
CMYK
RGB Variations
Color information
#2DB43B (or 0x2DB43B) is known color: Lime Green. HEX triplet: 2D, B4 and 3B. RGB value is (45,180,59). Sum of RGB (Red+Green+Blue) = 45+180+59=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 180 (70.70% from 255 or 63.38% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB43B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB43B is #D24BC4. Grayscale: #7E7E7E. Windows color (decimal): -13781957 or 3912749. OLE color: 3912749.
HSL color Cylindrical-coordinate representation of color #2DB43B: hue angle of 126.22º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB43B is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 180 | 59 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.29 |
| HSL | 126.22º | 0.6% | 0.44% | - |
| HSV(B) | 126.22º | 0.75% | 0.71% | - |
| XYZ | 18.19 | 33.52 | 9.65 | - |
| YUV | 125.84 | 90.27 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 180 | 59 | 0.75 | 0 | 0.67 | 0.29 | 126.22 | 0.6 | 0.44 |
| Hex | 2D | B4 | 3B | 4B | 0 | 43 | 1D | 7E | 3C | 2C |
| Octal | 55 | 264 | 73 | 113 | 0 | 103 | 35 | 176 | 74 | 54 |
| Binary | 101101 | 10110100 | 111011 | 1001011 | 0 | 1000011 | 11101 | 1111110 | 111100 | 101100 |
Color Harmonies of #2DB43B
Complementary color
Monochromatic Colors of #2DB43B
Black with #2DB43B
Text Example
Text Example
White with #2DB43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB43B; }
p { color: rgb(45,180,59); }
H1.HeaderClassName
{
color: #2DB43B;
}
.AnyTagClassName
{
color: #2DB43B;
}
</style>
background-color css
<style>
a { background-color: #2DB43B; }
a { background-color: rgb(45,180,59); }
div.DivClassName
{
background-color: #2DB43B;
}
.BgClassName
{
background-color: #2DB43B;
}
</style>
border-color css
<style>
span { border-color: #2DB43B; }
span { border-color: rgb(45,180,59); }
td.TdClassName
{
border-color: #2DB43B;
}
.TagClassName
{
border-color: #2DB43B;
}
</style>