Shades of Lime Green #2DDF40
Tints of Lime Green #2DDF40
RGB
CMYK
RGB Variations
Color information
#2DDF40 (or 0x2DDF40) is known color: Lime Green. HEX triplet: 2D, DF and 40. RGB value is (45,223,64). Sum of RGB (Red+Green+Blue) = 45+223+64=332 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.55% from 332); Green value is 223 (87.5% from 255 or 67.17% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDF40 is #D220BF. Grayscale: #989898. Windows color (decimal): -13770944 or 4251437. OLE color: 4251437.
HSL color Cylindrical-coordinate representation of color #2DDF40: hue angle of 126.4º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDF40 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 64 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.13 |
| HSL | 126.4º | 0.74% | 0.53% | - |
| HSV(B) | 126.4º | 0.8% | 0.87% | - |
| XYZ | 28.4 | 53.7 | 13.72 | - |
| YUV | 151.65 | 78.53 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 64 | 0.80 | 0 | 0.71 | 0.13 | 126.4 | 0.74 | 0.53 |
| Hex | 2D | DF | 40 | 50 | 0 | 47 | D | 7E | 4A | 35 |
| Octal | 55 | 337 | 100 | 120 | 0 | 107 | 15 | 176 | 112 | 65 |
| Binary | 101101 | 11011111 | 1000000 | 1010000 | 0 | 1000111 | 1101 | 1111110 | 1001010 | 110101 |
Color Harmonies of #2DDF40
Complementary color
Monochromatic Colors of #2DDF40
Black with #2DDF40
Text Example
Text Example
White with #2DDF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDF40; }
p { color: rgb(45,223,64); }
H1.HeaderClassName
{
color: #2DDF40;
}
.AnyTagClassName
{
color: #2DDF40;
}
</style>
background-color css
<style>
a { background-color: #2DDF40; }
a { background-color: rgb(45,223,64); }
div.DivClassName
{
background-color: #2DDF40;
}
.BgClassName
{
background-color: #2DDF40;
}
</style>
border-color css
<style>
span { border-color: #2DDF40; }
span { border-color: rgb(45,223,64); }
td.TdClassName
{
border-color: #2DDF40;
}
.TagClassName
{
border-color: #2DDF40;
}
</style>