Shades of Lime Green #2DDE18
Tints of Lime Green #2DDE18
RGB
CMYK
RGB Variations
Color information
#2DDE18 (or 0x2DDE18) is known color: Lime Green. HEX triplet: 2D, DE and 18. RGB value is (45,222,24). Sum of RGB (Red+Green+Blue) = 45+222+24=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 222 (87.11% from 255 or 76.29% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 222 - color contains mainly: green. Hex color #2DDE18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDE18 is #D221E7. Grayscale: #939393. Windows color (decimal): -13771240 or 1629741. OLE color: 1629741.
HSL color Cylindrical-coordinate representation of color #2DDE18: hue angle of 113.64º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2DDE18 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 222 | 24 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.13 |
| HSL | 113.64º | 0.8% | 0.48% | - |
| HSV(B) | 113.64º | 0.89% | 0.87% | - |
| XYZ | 27.37 | 52.87 | 9.63 | - |
| YUV | 146.51 | 58.86 | 55.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 222 | 24 | 0.80 | 0 | 0.89 | 0.13 | 113.64 | 0.8 | 0.48 |
| Hex | 2D | DE | 18 | 50 | 0 | 59 | D | 72 | 50 | 30 |
| Octal | 55 | 336 | 30 | 120 | 0 | 131 | 15 | 162 | 120 | 60 |
| Binary | 101101 | 11011110 | 11000 | 1010000 | 0 | 1011001 | 1101 | 1110010 | 1010000 | 110000 |
Color Harmonies of #2DDE18
Complementary color
Monochromatic Colors of #2DDE18
Black with #2DDE18
Text Example
Text Example
White with #2DDE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDE18; }
p { color: rgb(45,222,24); }
H1.HeaderClassName
{
color: #2DDE18;
}
.AnyTagClassName
{
color: #2DDE18;
}
</style>
background-color css
<style>
a { background-color: #2DDE18; }
a { background-color: rgb(45,222,24); }
div.DivClassName
{
background-color: #2DDE18;
}
.BgClassName
{
background-color: #2DDE18;
}
</style>
border-color css
<style>
span { border-color: #2DDE18; }
span { border-color: rgb(45,222,24); }
td.TdClassName
{
border-color: #2DDE18;
}
.TagClassName
{
border-color: #2DDE18;
}
</style>