Shades of Lime Green #2DDE1C
Tints of Lime Green #2DDE1C
RGB
CMYK
RGB Variations
Color information
#2DDE1C (or 0x2DDE1C) is known color: Lime Green. HEX triplet: 2D, DE and 1C. RGB value is (45,222,28). Sum of RGB (Red+Green+Blue) = 45+222+28=295 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.25% from 295); Green value is 222 (87.11% from 255 or 75.25% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 222 - color contains mainly: green. Hex color #2DDE1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDE1C is #D221E3. Grayscale: #939393. Windows color (decimal): -13771236 or 1891885. OLE color: 1891885.
HSL color Cylindrical-coordinate representation of color #2DDE1C: hue angle of 114.74º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2DDE1C is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 222 | 28 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.13 |
| HSL | 114.74º | 0.78% | 0.49% | - |
| HSV(B) | 114.74º | 0.87% | 0.87% | - |
| XYZ | 27.41 | 52.88 | 9.86 | - |
| YUV | 146.96 | 60.86 | 55.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 222 | 28 | 0.80 | 0 | 0.87 | 0.13 | 114.74 | 0.78 | 0.49 |
| Hex | 2D | DE | 1C | 50 | 0 | 57 | D | 73 | 4E | 31 |
| Octal | 55 | 336 | 34 | 120 | 0 | 127 | 15 | 163 | 116 | 61 |
| Binary | 101101 | 11011110 | 11100 | 1010000 | 0 | 1010111 | 1101 | 1110011 | 1001110 | 110001 |
Color Harmonies of #2DDE1C
Complementary color
Monochromatic Colors of #2DDE1C
Black with #2DDE1C
Text Example
Text Example
White with #2DDE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDE1C; }
p { color: rgb(45,222,28); }
H1.HeaderClassName
{
color: #2DDE1C;
}
.AnyTagClassName
{
color: #2DDE1C;
}
</style>
background-color css
<style>
a { background-color: #2DDE1C; }
a { background-color: rgb(45,222,28); }
div.DivClassName
{
background-color: #2DDE1C;
}
.BgClassName
{
background-color: #2DDE1C;
}
</style>
border-color css
<style>
span { border-color: #2DDE1C; }
span { border-color: rgb(45,222,28); }
td.TdClassName
{
border-color: #2DDE1C;
}
.TagClassName
{
border-color: #2DDE1C;
}
</style>