Shades of Lime Green #2DB43F
Tints of Lime Green #2DB43F
RGB
CMYK
RGB Variations
Color information
#2DB43F (or 0x2DB43F) is known color: Lime Green. HEX triplet: 2D, B4 and 3F. RGB value is (45,180,63). Sum of RGB (Red+Green+Blue) = 45+180+63=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 180 (70.70% from 255 or 62.5% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB43F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB43F is #D24BC0. Grayscale: #7E7E7E. Windows color (decimal): -13781953 or 4174893. OLE color: 4174893.
HSL color Cylindrical-coordinate representation of color #2DB43F: hue angle of 128º 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 #2DB43F is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 180 | 63 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.29 |
| HSL | 128º | 0.6% | 0.44% | - |
| HSV(B) | 128º | 0.75% | 0.71% | - |
| XYZ | 18.3 | 33.56 | 10.22 | - |
| YUV | 126.3 | 92.27 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 180 | 63 | 0.75 | 0 | 0.65 | 0.29 | 128 | 0.6 | 0.44 |
| Hex | 2D | B4 | 3F | 4B | 0 | 41 | 1D | 80 | 3C | 2C |
| Octal | 55 | 264 | 77 | 113 | 0 | 101 | 35 | 200 | 74 | 54 |
| Binary | 101101 | 10110100 | 111111 | 1001011 | 0 | 1000001 | 11101 | 10000000 | 111100 | 101100 |
Color Harmonies of #2DB43F
Complementary color
Monochromatic Colors of #2DB43F
Black with #2DB43F
Text Example
Text Example
White with #2DB43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB43F; }
p { color: rgb(45,180,63); }
H1.HeaderClassName
{
color: #2DB43F;
}
.AnyTagClassName
{
color: #2DB43F;
}
</style>
background-color css
<style>
a { background-color: #2DB43F; }
a { background-color: rgb(45,180,63); }
div.DivClassName
{
background-color: #2DB43F;
}
.BgClassName
{
background-color: #2DB43F;
}
</style>
border-color css
<style>
span { border-color: #2DB43F; }
span { border-color: rgb(45,180,63); }
td.TdClassName
{
border-color: #2DB43F;
}
.TagClassName
{
border-color: #2DB43F;
}
</style>