Shades of Lime Green #2DDC3B
Tints of Lime Green #2DDC3B
RGB
CMYK
RGB Variations
Color information
#2DDC3B (or 0x2DDC3B) is known color: Lime Green. HEX triplet: 2D, DC and 3B. RGB value is (45,220,59). Sum of RGB (Red+Green+Blue) = 45+220+59=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 220 (86.33% from 255 or 67.90% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDC3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDC3B is #D223C4. Grayscale: #959595. Windows color (decimal): -13771717 or 3922989. OLE color: 3922989.
HSL color Cylindrical-coordinate representation of color #2DDC3B: hue angle of 124.8º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDC3B is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 220 | 59 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.14 |
| HSL | 124.8º | 0.71% | 0.52% | - |
| HSV(B) | 124.8º | 0.8% | 0.86% | - |
| XYZ | 27.46 | 52.06 | 12.74 | - |
| YUV | 149.32 | 77.02 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 59 | 0.80 | 0 | 0.73 | 0.14 | 124.8 | 0.71 | 0.52 |
| Hex | 2D | DC | 3B | 50 | 0 | 49 | E | 7D | 47 | 34 |
| Octal | 55 | 334 | 73 | 120 | 0 | 111 | 16 | 175 | 107 | 64 |
| Binary | 101101 | 11011100 | 111011 | 1010000 | 0 | 1001001 | 1110 | 1111101 | 1000111 | 110100 |
Color Harmonies of #2DDC3B
Complementary color
Monochromatic Colors of #2DDC3B
Black with #2DDC3B
Text Example
Text Example
White with #2DDC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDC3B; }
p { color: rgb(45,220,59); }
H1.HeaderClassName
{
color: #2DDC3B;
}
.AnyTagClassName
{
color: #2DDC3B;
}
</style>
background-color css
<style>
a { background-color: #2DDC3B; }
a { background-color: rgb(45,220,59); }
div.DivClassName
{
background-color: #2DDC3B;
}
.BgClassName
{
background-color: #2DDC3B;
}
</style>
border-color css
<style>
span { border-color: #2DDC3B; }
span { border-color: rgb(45,220,59); }
td.TdClassName
{
border-color: #2DDC3B;
}
.TagClassName
{
border-color: #2DDC3B;
}
</style>