Shades of Lime Green #2DE621
Tints of Lime Green #2DE621
RGB
CMYK
RGB Variations
Color information
#2DE621 (or 0x2DE621) is known color: Lime Green. HEX triplet: 2D, E6 and 21. RGB value is (45,230,33). Sum of RGB (Red+Green+Blue) = 45+230+33=308 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.61% from 308); Green value is 230 (90.23% from 255 or 74.68% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 230 - color contains mainly: green. Hex color #2DE621 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DE621 is #D219DE. Grayscale: #989898. Windows color (decimal): -13769183 or 2221613. OLE color: 2221613.
HSL color Cylindrical-coordinate representation of color #2DE621: hue angle of 116.35º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2DE621 is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 45 | 230 | 33 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.10 |
| HSL | 116.35º | 0.8% | 0.52% | - |
| HSV(B) | 116.35º | 0.86% | 0.9% | - |
| XYZ | 29.65 | 57.26 | 10.93 | - |
| YUV | 152.23 | 60.71 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 230 | 33 | 0.80 | 0 | 0.86 | 0.10 | 116.35 | 0.8 | 0.52 |
| Hex | 2D | E6 | 21 | 50 | 0 | 56 | A | 74 | 50 | 34 |
| Octal | 55 | 346 | 41 | 120 | 0 | 126 | 12 | 164 | 120 | 64 |
| Binary | 101101 | 11100110 | 100001 | 1010000 | 0 | 1010110 | 1010 | 1110100 | 1010000 | 110100 |
Color Harmonies of #2DE621
Complementary color
Monochromatic Colors of #2DE621
Black with #2DE621
Text Example
Text Example
White with #2DE621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE621; }
p { color: rgb(45,230,33); }
H1.HeaderClassName
{
color: #2DE621;
}
.AnyTagClassName
{
color: #2DE621;
}
</style>
background-color css
<style>
a { background-color: #2DE621; }
a { background-color: rgb(45,230,33); }
div.DivClassName
{
background-color: #2DE621;
}
.BgClassName
{
background-color: #2DE621;
}
</style>
border-color css
<style>
span { border-color: #2DE621; }
span { border-color: rgb(45,230,33); }
td.TdClassName
{
border-color: #2DE621;
}
.TagClassName
{
border-color: #2DE621;
}
</style>