Shades of Lime Green #2DF020
Tints of Lime Green #2DF020
RGB
CMYK
RGB Variations
Color information
#2DF020 (or 0x2DF020) is known color: Lime Green. HEX triplet: 2D, F0 and 20. RGB value is (45,240,32). Sum of RGB (Red+Green+Blue) = 45+240+32=317 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.20% from 317); Green value is 240 (94.14% from 255 or 75.71% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 240 - color contains mainly: green. Hex color #2DF020 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF020 is #D20FDF. Grayscale: #9E9E9E. Windows color (decimal): -13766624 or 2158637. OLE color: 2158637.
HSL color Cylindrical-coordinate representation of color #2DF020: hue angle of 116.25º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2DF020 is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 240 | 32 | - |
| CMYK | 0.81 | 0 | 0.87 | 0.06 |
| HSL | 116.25º | 0.87% | 0.53% | - |
| HSV(B) | 116.25º | 0.87% | 0.94% | - |
| XYZ | 32.5 | 62.98 | 11.81 | - |
| YUV | 157.98 | 56.9 | 47.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 240 | 32 | 0.81 | 0 | 0.87 | 0.06 | 116.25 | 0.87 | 0.53 |
| Hex | 2D | F0 | 20 | 51 | 0 | 57 | 6 | 74 | 57 | 35 |
| Octal | 55 | 360 | 40 | 121 | 0 | 127 | 6 | 164 | 127 | 65 |
| Binary | 101101 | 11110000 | 100000 | 1010001 | 0 | 1010111 | 110 | 1110100 | 1010111 | 110101 |
Color Harmonies of #2DF020
Complementary color
Monochromatic Colors of #2DF020
Black with #2DF020
Text Example
Text Example
White with #2DF020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF020; }
p { color: rgb(45,240,32); }
H1.HeaderClassName
{
color: #2DF020;
}
.AnyTagClassName
{
color: #2DF020;
}
</style>
background-color css
<style>
a { background-color: #2DF020; }
a { background-color: rgb(45,240,32); }
div.DivClassName
{
background-color: #2DF020;
}
.BgClassName
{
background-color: #2DF020;
}
</style>
border-color css
<style>
span { border-color: #2DF020; }
span { border-color: rgb(45,240,32); }
td.TdClassName
{
border-color: #2DF020;
}
.TagClassName
{
border-color: #2DF020;
}
</style>