Shades of Lime Green #2DDE30
Tints of Lime Green #2DDE30
RGB
CMYK
RGB Variations
Color information
#2DDE30 (or 0x2DDE30) is known color: Lime Green. HEX triplet: 2D, DE and 30. RGB value is (45,222,48). Sum of RGB (Red+Green+Blue) = 45+222+48=315 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.29% from 315); Green value is 222 (87.11% from 255 or 70.48% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 222 - color contains mainly: green. Hex color #2DDE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDE30 is #D221CF. Grayscale: #959595. Windows color (decimal): -13771216 or 3202605. OLE color: 3202605.
HSL color Cylindrical-coordinate representation of color #2DDE30: hue angle of 121.02º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDE30 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 222 | 48 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.13 |
| HSL | 121.02º | 0.73% | 0.52% | - |
| HSV(B) | 121.02º | 0.8% | 0.87% | - |
| XYZ | 27.74 | 53.01 | 11.57 | - |
| YUV | 149.24 | 70.86 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 222 | 48 | 0.80 | 0 | 0.78 | 0.13 | 121.02 | 0.73 | 0.52 |
| Hex | 2D | DE | 30 | 50 | 0 | 4E | D | 79 | 49 | 34 |
| Octal | 55 | 336 | 60 | 120 | 0 | 116 | 15 | 171 | 111 | 64 |
| Binary | 101101 | 11011110 | 110000 | 1010000 | 0 | 1001110 | 1101 | 1111001 | 1001001 | 110100 |
Color Harmonies of #2DDE30
Complementary color
Monochromatic Colors of #2DDE30
Black with #2DDE30
Text Example
Text Example
White with #2DDE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDE30; }
p { color: rgb(45,222,48); }
H1.HeaderClassName
{
color: #2DDE30;
}
.AnyTagClassName
{
color: #2DDE30;
}
</style>
background-color css
<style>
a { background-color: #2DDE30; }
a { background-color: rgb(45,222,48); }
div.DivClassName
{
background-color: #2DDE30;
}
.BgClassName
{
background-color: #2DDE30;
}
</style>
border-color css
<style>
span { border-color: #2DDE30; }
span { border-color: rgb(45,222,48); }
td.TdClassName
{
border-color: #2DDE30;
}
.TagClassName
{
border-color: #2DDE30;
}
</style>