Shades of Lime Green #2DDA2A
Tints of Lime Green #2DDA2A
RGB
CMYK
RGB Variations
Color information
#2DDA2A (or 0x2DDA2A) is known color: Lime Green. HEX triplet: 2D, DA and 2A. RGB value is (45,218,42). Sum of RGB (Red+Green+Blue) = 45+218+42=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 218 (85.55% from 255 or 71.48% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 218 - color contains mainly: green. Hex color #2DDA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDA2A is #D225D5. Grayscale: #929292. Windows color (decimal): -13772246 or 2808365. OLE color: 2808365.
HSL color Cylindrical-coordinate representation of color #2DDA2A: hue angle of 118.98º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DDA2A is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 218 | 42 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.15 |
| HSL | 118.98º | 0.7% | 0.51% | - |
| HSV(B) | 118.98º | 0.81% | 0.85% | - |
| XYZ | 26.57 | 50.87 | 10.61 | - |
| YUV | 146.21 | 69.19 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 218 | 42 | 0.79 | 0 | 0.81 | 0.15 | 118.98 | 0.7 | 0.51 |
| Hex | 2D | DA | 2A | 4F | 0 | 51 | F | 77 | 46 | 33 |
| Octal | 55 | 332 | 52 | 117 | 0 | 121 | 17 | 167 | 106 | 63 |
| Binary | 101101 | 11011010 | 101010 | 1001111 | 0 | 1010001 | 1111 | 1110111 | 1000110 | 110011 |
Color Harmonies of #2DDA2A
Complementary color
Monochromatic Colors of #2DDA2A
Black with #2DDA2A
Text Example
Text Example
White with #2DDA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDA2A; }
p { color: rgb(45,218,42); }
H1.HeaderClassName
{
color: #2DDA2A;
}
.AnyTagClassName
{
color: #2DDA2A;
}
</style>
background-color css
<style>
a { background-color: #2DDA2A; }
a { background-color: rgb(45,218,42); }
div.DivClassName
{
background-color: #2DDA2A;
}
.BgClassName
{
background-color: #2DDA2A;
}
</style>
border-color css
<style>
span { border-color: #2DDA2A; }
span { border-color: rgb(45,218,42); }
td.TdClassName
{
border-color: #2DDA2A;
}
.TagClassName
{
border-color: #2DDA2A;
}
</style>