Shades of Lime Green #2DDE23
Tints of Lime Green #2DDE23
RGB
CMYK
RGB Variations
Color information
#2DDE23 (or 0x2DDE23) is known color: Lime Green. HEX triplet: 2D, DE and 23. RGB value is (45,222,35). Sum of RGB (Red+Green+Blue) = 45+222+35=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 222 (87.11% from 255 or 73.51% from 302); Blue value is 35 (14.06% from 255 or 11.59% from 302); Max value from RGB is 222 - color contains mainly: green. Hex color #2DDE23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDE23 is #D221DC. Grayscale: #949494. Windows color (decimal): -13771229 or 2350637. OLE color: 2350637.
HSL color Cylindrical-coordinate representation of color #2DDE23: hue angle of 116.79º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DDE23 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 222 | 35 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.13 |
| HSL | 116.79º | 0.74% | 0.5% | - |
| HSV(B) | 116.79º | 0.84% | 0.87% | - |
| XYZ | 27.51 | 52.92 | 10.36 | - |
| YUV | 147.76 | 64.36 | 54.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 222 | 35 | 0.80 | 0 | 0.84 | 0.13 | 116.79 | 0.74 | 0.5 |
| Hex | 2D | DE | 23 | 50 | 0 | 54 | D | 75 | 4A | 32 |
| Octal | 55 | 336 | 43 | 120 | 0 | 124 | 15 | 165 | 112 | 62 |
| Binary | 101101 | 11011110 | 100011 | 1010000 | 0 | 1010100 | 1101 | 1110101 | 1001010 | 110010 |
Color Harmonies of #2DDE23
Complementary color
Monochromatic Colors of #2DDE23
Black with #2DDE23
Text Example
Text Example
White with #2DDE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDE23; }
p { color: rgb(45,222,35); }
H1.HeaderClassName
{
color: #2DDE23;
}
.AnyTagClassName
{
color: #2DDE23;
}
</style>
background-color css
<style>
a { background-color: #2DDE23; }
a { background-color: rgb(45,222,35); }
div.DivClassName
{
background-color: #2DDE23;
}
.BgClassName
{
background-color: #2DDE23;
}
</style>
border-color css
<style>
span { border-color: #2DDE23; }
span { border-color: rgb(45,222,35); }
td.TdClassName
{
border-color: #2DDE23;
}
.TagClassName
{
border-color: #2DDE23;
}
</style>