Shades of Lime Green #2DDC38
Tints of Lime Green #2DDC38
RGB
CMYK
RGB Variations
Color information
#2DDC38 (or 0x2DDC38) is known color: Lime Green. HEX triplet: 2D, DC and 38. RGB value is (45,220,56). Sum of RGB (Red+Green+Blue) = 45+220+56=321 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.02% from 321); Green value is 220 (86.33% from 255 or 68.54% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDC38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDC38 is #D223C7. Grayscale: #959595. Windows color (decimal): -13771720 or 3726381. OLE color: 3726381.
HSL color Cylindrical-coordinate representation of color #2DDC38: hue angle of 123.77º 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 #2DDC38 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 220 | 56 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.14 |
| HSL | 123.77º | 0.71% | 0.52% | - |
| HSV(B) | 123.77º | 0.8% | 0.86% | - |
| XYZ | 27.39 | 52.03 | 12.34 | - |
| YUV | 148.98 | 75.52 | 53.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 56 | 0.80 | 0 | 0.75 | 0.14 | 123.77 | 0.71 | 0.52 |
| Hex | 2D | DC | 38 | 50 | 0 | 4B | E | 7C | 47 | 34 |
| Octal | 55 | 334 | 70 | 120 | 0 | 113 | 16 | 174 | 107 | 64 |
| Binary | 101101 | 11011100 | 111000 | 1010000 | 0 | 1001011 | 1110 | 1111100 | 1000111 | 110100 |
Color Harmonies of #2DDC38
Complementary color
Monochromatic Colors of #2DDC38
Black with #2DDC38
Text Example
Text Example
White with #2DDC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDC38; }
p { color: rgb(45,220,56); }
H1.HeaderClassName
{
color: #2DDC38;
}
.AnyTagClassName
{
color: #2DDC38;
}
</style>
background-color css
<style>
a { background-color: #2DDC38; }
a { background-color: rgb(45,220,56); }
div.DivClassName
{
background-color: #2DDC38;
}
.BgClassName
{
background-color: #2DDC38;
}
</style>
border-color css
<style>
span { border-color: #2DDC38; }
span { border-color: rgb(45,220,56); }
td.TdClassName
{
border-color: #2DDC38;
}
.TagClassName
{
border-color: #2DDC38;
}
</style>