Shades of Lime Green #2DDF16
Tints of Lime Green #2DDF16
RGB
CMYK
RGB Variations
Color information
#2DDF16 (or 0x2DDF16) is known color: Lime Green. HEX triplet: 2D, DF and 16. RGB value is (45,223,22). Sum of RGB (Red+Green+Blue) = 45+223+22=290 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.52% from 290); Green value is 223 (87.5% from 255 or 76.90% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDF16 is #D220E9. Grayscale: #939393. Windows color (decimal): -13770986 or 1498925. OLE color: 1498925.
HSL color Cylindrical-coordinate representation of color #2DDF16: hue angle of 113.13º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2DDF16 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 22 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.13 |
| HSL | 113.13º | 0.82% | 0.48% | - |
| HSV(B) | 113.13º | 0.9% | 0.87% | - |
| XYZ | 27.61 | 53.39 | 9.61 | - |
| YUV | 146.86 | 57.53 | 55.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 22 | 0.80 | 0 | 0.90 | 0.13 | 113.13 | 0.82 | 0.48 |
| Hex | 2D | DF | 16 | 50 | 0 | 5A | D | 71 | 52 | 30 |
| Octal | 55 | 337 | 26 | 120 | 0 | 132 | 15 | 161 | 122 | 60 |
| Binary | 101101 | 11011111 | 10110 | 1010000 | 0 | 1011010 | 1101 | 1110001 | 1010010 | 110000 |
Color Harmonies of #2DDF16
Complementary color
Monochromatic Colors of #2DDF16
Black with #2DDF16
Text Example
Text Example
White with #2DDF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDF16; }
p { color: rgb(45,223,22); }
H1.HeaderClassName
{
color: #2DDF16;
}
.AnyTagClassName
{
color: #2DDF16;
}
</style>
background-color css
<style>
a { background-color: #2DDF16; }
a { background-color: rgb(45,223,22); }
div.DivClassName
{
background-color: #2DDF16;
}
.BgClassName
{
background-color: #2DDF16;
}
</style>
border-color css
<style>
span { border-color: #2DDF16; }
span { border-color: rgb(45,223,22); }
td.TdClassName
{
border-color: #2DDF16;
}
.TagClassName
{
border-color: #2DDF16;
}
</style>