Shades of Lime Green #2DDD34
Tints of Lime Green #2DDD34
RGB
CMYK
RGB Variations
Color information
#2DDD34 (or 0x2DDD34) is known color: Lime Green. HEX triplet: 2D, DD and 34. RGB value is (45,221,52). Sum of RGB (Red+Green+Blue) = 45+221+52=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 221 (86.72% from 255 or 69.50% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDD34 is #D222CB. Grayscale: #959595. Windows color (decimal): -13771468 or 3464493. OLE color: 3464493.
HSL color Cylindrical-coordinate representation of color #2DDD34: hue angle of 122.39º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDD34 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 52 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.13 |
| HSL | 122.39º | 0.72% | 0.52% | - |
| HSV(B) | 122.39º | 0.8% | 0.87% | - |
| XYZ | 27.56 | 52.52 | 11.93 | - |
| YUV | 149.11 | 73.19 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 52 | 0.80 | 0 | 0.76 | 0.13 | 122.39 | 0.72 | 0.52 |
| Hex | 2D | DD | 34 | 50 | 0 | 4C | D | 7A | 48 | 34 |
| Octal | 55 | 335 | 64 | 120 | 0 | 114 | 15 | 172 | 110 | 64 |
| Binary | 101101 | 11011101 | 110100 | 1010000 | 0 | 1001100 | 1101 | 1111010 | 1001000 | 110100 |
Color Harmonies of #2DDD34
Complementary color
Monochromatic Colors of #2DDD34
Black with #2DDD34
Text Example
Text Example
White with #2DDD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDD34; }
p { color: rgb(45,221,52); }
H1.HeaderClassName
{
color: #2DDD34;
}
.AnyTagClassName
{
color: #2DDD34;
}
</style>
background-color css
<style>
a { background-color: #2DDD34; }
a { background-color: rgb(45,221,52); }
div.DivClassName
{
background-color: #2DDD34;
}
.BgClassName
{
background-color: #2DDD34;
}
</style>
border-color css
<style>
span { border-color: #2DDD34; }
span { border-color: rgb(45,221,52); }
td.TdClassName
{
border-color: #2DDD34;
}
.TagClassName
{
border-color: #2DDD34;
}
</style>