Shades of Lime Green #2DDE1F
Tints of Lime Green #2DDE1F
RGB
CMYK
RGB Variations
Color information
#2DDE1F (or 0x2DDE1F) is known color: Lime Green. HEX triplet: 2D, DE and 1F. RGB value is (45,222,31). Sum of RGB (Red+Green+Blue) = 45+222+31=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 222 (87.11% from 255 or 74.50% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 222 - color contains mainly: green. Hex color #2DDE1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDE1F is #D221E0. Grayscale: #939393. Windows color (decimal): -13771233 or 2088493. OLE color: 2088493.
HSL color Cylindrical-coordinate representation of color #2DDE1F: hue angle of 115.6º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2DDE1F is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 222 | 31 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.13 |
| HSL | 115.6º | 0.75% | 0.5% | - |
| HSV(B) | 115.6º | 0.86% | 0.87% | - |
| XYZ | 27.45 | 52.9 | 10.06 | - |
| YUV | 147.3 | 62.36 | 55.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 222 | 31 | 0.80 | 0 | 0.86 | 0.13 | 115.6 | 0.75 | 0.5 |
| Hex | 2D | DE | 1F | 50 | 0 | 56 | D | 74 | 4B | 32 |
| Octal | 55 | 336 | 37 | 120 | 0 | 126 | 15 | 164 | 113 | 62 |
| Binary | 101101 | 11011110 | 11111 | 1010000 | 0 | 1010110 | 1101 | 1110100 | 1001011 | 110010 |
Color Harmonies of #2DDE1F
Complementary color
Monochromatic Colors of #2DDE1F
Black with #2DDE1F
Text Example
Text Example
White with #2DDE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDE1F; }
p { color: rgb(45,222,31); }
H1.HeaderClassName
{
color: #2DDE1F;
}
.AnyTagClassName
{
color: #2DDE1F;
}
</style>
background-color css
<style>
a { background-color: #2DDE1F; }
a { background-color: rgb(45,222,31); }
div.DivClassName
{
background-color: #2DDE1F;
}
.BgClassName
{
background-color: #2DDE1F;
}
</style>
border-color css
<style>
span { border-color: #2DDE1F; }
span { border-color: rgb(45,222,31); }
td.TdClassName
{
border-color: #2DDE1F;
}
.TagClassName
{
border-color: #2DDE1F;
}
</style>