Shades of Lime Green #2DBA4A
Tints of Lime Green #2DBA4A
RGB
CMYK
RGB Variations
Color information
#2DBA4A (or 0x2DBA4A) is known color: Lime Green. HEX triplet: 2D, BA and 4A. RGB value is (45,186,74). Sum of RGB (Red+Green+Blue) = 45+186+74=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 186 (73.05% from 255 or 60.98% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBA4A is #D245B5. Grayscale: #838383. Windows color (decimal): -13780406 or 4897325. OLE color: 4897325.
HSL color Cylindrical-coordinate representation of color #2DBA4A: hue angle of 132.34º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBA4A is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 186 | 74 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.27 |
| HSL | 132.34º | 0.61% | 0.45% | - |
| HSV(B) | 132.34º | 0.76% | 0.73% | - |
| XYZ | 19.88 | 36.17 | 12.41 | - |
| YUV | 131.07 | 95.79 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 186 | 74 | 0.76 | 0 | 0.60 | 0.27 | 132.34 | 0.61 | 0.45 |
| Hex | 2D | BA | 4A | 4C | 0 | 3C | 1B | 84 | 3D | 2D |
| Octal | 55 | 272 | 112 | 114 | 0 | 74 | 33 | 204 | 75 | 55 |
| Binary | 101101 | 10111010 | 1001010 | 1001100 | 0 | 111100 | 11011 | 10000100 | 111101 | 101101 |
Color Harmonies of #2DBA4A
Complementary color
Monochromatic Colors of #2DBA4A
Black with #2DBA4A
Text Example
Text Example
White with #2DBA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBA4A; }
p { color: rgb(45,186,74); }
H1.HeaderClassName
{
color: #2DBA4A;
}
.AnyTagClassName
{
color: #2DBA4A;
}
</style>
background-color css
<style>
a { background-color: #2DBA4A; }
a { background-color: rgb(45,186,74); }
div.DivClassName
{
background-color: #2DBA4A;
}
.BgClassName
{
background-color: #2DBA4A;
}
</style>
border-color css
<style>
span { border-color: #2DBA4A; }
span { border-color: rgb(45,186,74); }
td.TdClassName
{
border-color: #2DBA4A;
}
.TagClassName
{
border-color: #2DBA4A;
}
</style>