Shades of Lime Green #2DAF2B
Tints of Lime Green #2DAF2B
RGB
CMYK
RGB Variations
Color information
#2DAF2B (or 0x2DAF2B) is known color: Lime Green. HEX triplet: 2D, AF and 2B. RGB value is (45,175,43). Sum of RGB (Red+Green+Blue) = 45+175+43=263 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.11% from 263); Green value is 175 (68.75% from 255 or 66.54% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAF2B is #D250D4. Grayscale: #797979. Windows color (decimal): -13783253 or 2862893. OLE color: 2862893.
HSL color Cylindrical-coordinate representation of color #2DAF2B: hue angle of 119.09º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DAF2B is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 175 | 43 | - |
| CMYK | 0.74 | 0 | 0.75 | 0.31 |
| HSL | 119.09º | 0.61% | 0.43% | - |
| HSV(B) | 119.09º | 0.75% | 0.69% | - |
| XYZ | 16.85 | 31.39 | 7.46 | - |
| YUV | 121.08 | 83.93 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 43 | 0.74 | 0 | 0.75 | 0.31 | 119.09 | 0.61 | 0.43 |
| Hex | 2D | AF | 2B | 4A | 0 | 4B | 1F | 77 | 3D | 2B |
| Octal | 55 | 257 | 53 | 112 | 0 | 113 | 37 | 167 | 75 | 53 |
| Binary | 101101 | 10101111 | 101011 | 1001010 | 0 | 1001011 | 11111 | 1110111 | 111101 | 101011 |
Color Harmonies of #2DAF2B
Complementary color
Monochromatic Colors of #2DAF2B
Black with #2DAF2B
Text Example
Text Example
White with #2DAF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAF2B; }
p { color: rgb(45,175,43); }
H1.HeaderClassName
{
color: #2DAF2B;
}
.AnyTagClassName
{
color: #2DAF2B;
}
</style>
background-color css
<style>
a { background-color: #2DAF2B; }
a { background-color: rgb(45,175,43); }
div.DivClassName
{
background-color: #2DAF2B;
}
.BgClassName
{
background-color: #2DAF2B;
}
</style>
border-color css
<style>
span { border-color: #2DAF2B; }
span { border-color: rgb(45,175,43); }
td.TdClassName
{
border-color: #2DAF2B;
}
.TagClassName
{
border-color: #2DAF2B;
}
</style>