Shades of Lime Green #2DDC27
Tints of Lime Green #2DDC27
RGB
CMYK
RGB Variations
Color information
#2DDC27 (or 0x2DDC27) is known color: Lime Green. HEX triplet: 2D, DC and 27. RGB value is (45,220,39). Sum of RGB (Red+Green+Blue) = 45+220+39=304 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.80% from 304); Green value is 220 (86.33% from 255 or 72.37% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDC27 is #D223D8. Grayscale: #939393. Windows color (decimal): -13771737 or 2612269. OLE color: 2612269.
HSL color Cylindrical-coordinate representation of color #2DDC27: hue angle of 118.01º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DDC27 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 220 | 39 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.14 |
| HSL | 118.01º | 0.72% | 0.51% | - |
| HSV(B) | 118.01º | 0.82% | 0.86% | - |
| XYZ | 27.04 | 51.89 | 10.51 | - |
| YUV | 147.04 | 67.02 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 39 | 0.80 | 0 | 0.82 | 0.14 | 118.01 | 0.72 | 0.51 |
| Hex | 2D | DC | 27 | 50 | 0 | 52 | E | 76 | 48 | 33 |
| Octal | 55 | 334 | 47 | 120 | 0 | 122 | 16 | 166 | 110 | 63 |
| Binary | 101101 | 11011100 | 100111 | 1010000 | 0 | 1010010 | 1110 | 1110110 | 1001000 | 110011 |
Color Harmonies of #2DDC27
Complementary color
Monochromatic Colors of #2DDC27
Black with #2DDC27
Text Example
Text Example
White with #2DDC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDC27; }
p { color: rgb(45,220,39); }
H1.HeaderClassName
{
color: #2DDC27;
}
.AnyTagClassName
{
color: #2DDC27;
}
</style>
background-color css
<style>
a { background-color: #2DDC27; }
a { background-color: rgb(45,220,39); }
div.DivClassName
{
background-color: #2DDC27;
}
.BgClassName
{
background-color: #2DDC27;
}
</style>
border-color css
<style>
span { border-color: #2DDC27; }
span { border-color: rgb(45,220,39); }
td.TdClassName
{
border-color: #2DDC27;
}
.TagClassName
{
border-color: #2DDC27;
}
</style>