Shades of Lime Green #2DE62D
Tints of Lime Green #2DE62D
RGB
CMYK
RGB Variations
Color information
#2DE62D (or 0x2DE62D) is known color: Lime Green. HEX triplet: 2D, E6 and 2D. RGB value is (45,230,45). Sum of RGB (Red+Green+Blue) = 45+230+45=320 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.06% from 320); Green value is 230 (90.23% from 255 or 71.88% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 230 - color contains mainly: green. Hex color #2DE62D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DE62D is #D219D2. Grayscale: #9A9A9A. Windows color (decimal): -13769171 or 3008045. OLE color: 3008045.
HSL color Cylindrical-coordinate representation of color #2DE62D: hue angle of 120º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE62D is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 45 | 230 | 45 | - |
| CMYK | 0.80 | 0 | 0.80 | 0.10 |
| HSL | 120º | 0.79% | 0.54% | - |
| HSV(B) | 120º | 0.8% | 0.9% | - |
| XYZ | 29.85 | 57.34 | 11.98 | - |
| YUV | 153.6 | 66.71 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 230 | 45 | 0.80 | 0 | 0.80 | 0.10 | 120 | 0.79 | 0.54 |
| Hex | 2D | E6 | 2D | 50 | 0 | 50 | A | 78 | 4F | 36 |
| Octal | 55 | 346 | 55 | 120 | 0 | 120 | 12 | 170 | 117 | 66 |
| Binary | 101101 | 11100110 | 101101 | 1010000 | 0 | 1010000 | 1010 | 1111000 | 1001111 | 110110 |
Color Harmonies of #2DE62D
Complementary color
Monochromatic Colors of #2DE62D
Black with #2DE62D
Text Example
Text Example
White with #2DE62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE62D; }
p { color: rgb(45,230,45); }
H1.HeaderClassName
{
color: #2DE62D;
}
.AnyTagClassName
{
color: #2DE62D;
}
</style>
background-color css
<style>
a { background-color: #2DE62D; }
a { background-color: rgb(45,230,45); }
div.DivClassName
{
background-color: #2DE62D;
}
.BgClassName
{
background-color: #2DE62D;
}
</style>
border-color css
<style>
span { border-color: #2DE62D; }
span { border-color: rgb(45,230,45); }
td.TdClassName
{
border-color: #2DE62D;
}
.TagClassName
{
border-color: #2DE62D;
}
</style>