Shades of Lime Green #2DDA36
Tints of Lime Green #2DDA36
RGB
CMYK
RGB Variations
Color information
#2DDA36 (or 0x2DDA36) is known color: Lime Green. HEX triplet: 2D, DA and 36. RGB value is (45,218,54). Sum of RGB (Red+Green+Blue) = 45+218+54=317 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.20% from 317); Green value is 218 (85.55% from 255 or 68.77% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 218 - color contains mainly: green. Hex color #2DDA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDA36 is #D225C9. Grayscale: #949494. Windows color (decimal): -13772234 or 3594797. OLE color: 3594797.
HSL color Cylindrical-coordinate representation of color #2DDA36: hue angle of 123.12º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDA36 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 218 | 54 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.15 |
| HSL | 123.12º | 0.7% | 0.52% | - |
| HSV(B) | 123.12º | 0.79% | 0.85% | - |
| XYZ | 26.82 | 50.97 | 11.91 | - |
| YUV | 147.58 | 75.19 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 218 | 54 | 0.79 | 0 | 0.75 | 0.15 | 123.12 | 0.7 | 0.52 |
| Hex | 2D | DA | 36 | 4F | 0 | 4B | F | 7B | 46 | 34 |
| Octal | 55 | 332 | 66 | 117 | 0 | 113 | 17 | 173 | 106 | 64 |
| Binary | 101101 | 11011010 | 110110 | 1001111 | 0 | 1001011 | 1111 | 1111011 | 1000110 | 110100 |
Color Harmonies of #2DDA36
Complementary color
Monochromatic Colors of #2DDA36
Black with #2DDA36
Text Example
Text Example
White with #2DDA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDA36; }
p { color: rgb(45,218,54); }
H1.HeaderClassName
{
color: #2DDA36;
}
.AnyTagClassName
{
color: #2DDA36;
}
</style>
background-color css
<style>
a { background-color: #2DDA36; }
a { background-color: rgb(45,218,54); }
div.DivClassName
{
background-color: #2DDA36;
}
.BgClassName
{
background-color: #2DDA36;
}
</style>
border-color css
<style>
span { border-color: #2DDA36; }
span { border-color: rgb(45,218,54); }
td.TdClassName
{
border-color: #2DDA36;
}
.TagClassName
{
border-color: #2DDA36;
}
</style>