Shades of Lime Green #2DB82A
Tints of Lime Green #2DB82A
RGB
CMYK
RGB Variations
Color information
#2DB82A (or 0x2DB82A) is known color: Lime Green. HEX triplet: 2D, B8 and 2A. RGB value is (45,184,42). Sum of RGB (Red+Green+Blue) = 45+184+42=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 184 (72.27% from 255 or 67.90% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 184 - color contains mainly: green. Hex color #2DB82A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB82A is #D247D5. Grayscale: #7E7E7E. Windows color (decimal): -13780950 or 2799661. OLE color: 2799661.
HSL color Cylindrical-coordinate representation of color #2DB82A: hue angle of 118.73º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DB82A is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 184 | 42 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.28 |
| HSL | 118.73º | 0.63% | 0.44% | - |
| HSV(B) | 118.73º | 0.77% | 0.72% | - |
| XYZ | 18.64 | 35.01 | 7.96 | - |
| YUV | 126.25 | 80.45 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 184 | 42 | 0.76 | 0 | 0.77 | 0.28 | 118.73 | 0.63 | 0.44 |
| Hex | 2D | B8 | 2A | 4C | 0 | 4D | 1C | 77 | 3F | 2C |
| Octal | 55 | 270 | 52 | 114 | 0 | 115 | 34 | 167 | 77 | 54 |
| Binary | 101101 | 10111000 | 101010 | 1001100 | 0 | 1001101 | 11100 | 1110111 | 111111 | 101100 |
Color Harmonies of #2DB82A
Complementary color
Monochromatic Colors of #2DB82A
Black with #2DB82A
Text Example
Text Example
White with #2DB82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB82A; }
p { color: rgb(45,184,42); }
H1.HeaderClassName
{
color: #2DB82A;
}
.AnyTagClassName
{
color: #2DB82A;
}
</style>
background-color css
<style>
a { background-color: #2DB82A; }
a { background-color: rgb(45,184,42); }
div.DivClassName
{
background-color: #2DB82A;
}
.BgClassName
{
background-color: #2DB82A;
}
</style>
border-color css
<style>
span { border-color: #2DB82A; }
span { border-color: rgb(45,184,42); }
td.TdClassName
{
border-color: #2DB82A;
}
.TagClassName
{
border-color: #2DB82A;
}
</style>