Shades of Lime Green #2DB82F
Tints of Lime Green #2DB82F
RGB
CMYK
RGB Variations
Color information
#2DB82F (or 0x2DB82F) is known color: Lime Green. HEX triplet: 2D, B8 and 2F. RGB value is (45,184,47). Sum of RGB (Red+Green+Blue) = 45+184+47=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 184 (72.27% from 255 or 66.67% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 184 - color contains mainly: green. Hex color #2DB82F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB82F is #D247D0. Grayscale: #7F7F7F. Windows color (decimal): -13780945 or 3127341. OLE color: 3127341.
HSL color Cylindrical-coordinate representation of color #2DB82F: hue angle of 120.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DB82F is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 184 | 47 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.28 |
| HSL | 120.86º | 0.61% | 0.45% | - |
| HSV(B) | 120.86º | 0.76% | 0.72% | - |
| XYZ | 18.74 | 35.04 | 8.47 | - |
| YUV | 126.82 | 82.95 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 184 | 47 | 0.76 | 0 | 0.74 | 0.28 | 120.86 | 0.61 | 0.45 |
| Hex | 2D | B8 | 2F | 4C | 0 | 4A | 1C | 79 | 3D | 2D |
| Octal | 55 | 270 | 57 | 114 | 0 | 112 | 34 | 171 | 75 | 55 |
| Binary | 101101 | 10111000 | 101111 | 1001100 | 0 | 1001010 | 11100 | 1111001 | 111101 | 101101 |
Color Harmonies of #2DB82F
Complementary color
Monochromatic Colors of #2DB82F
Black with #2DB82F
Text Example
Text Example
White with #2DB82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB82F; }
p { color: rgb(45,184,47); }
H1.HeaderClassName
{
color: #2DB82F;
}
.AnyTagClassName
{
color: #2DB82F;
}
</style>
background-color css
<style>
a { background-color: #2DB82F; }
a { background-color: rgb(45,184,47); }
div.DivClassName
{
background-color: #2DB82F;
}
.BgClassName
{
background-color: #2DB82F;
}
</style>
border-color css
<style>
span { border-color: #2DB82F; }
span { border-color: rgb(45,184,47); }
td.TdClassName
{
border-color: #2DB82F;
}
.TagClassName
{
border-color: #2DB82F;
}
</style>