Shades of Lime Green #2DF028
Tints of Lime Green #2DF028
RGB
CMYK
RGB Variations
Color information
#2DF028 (or 0x2DF028) is known color: Lime Green. HEX triplet: 2D, F0 and 28. RGB value is (45,240,40). Sum of RGB (Red+Green+Blue) = 45+240+40=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 240 (94.14% from 255 or 73.85% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 240 - color contains mainly: green. Hex color #2DF028 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF028 is #D20FD7. Grayscale: #9F9F9F. Windows color (decimal): -13766616 or 2682925. OLE color: 2682925.
HSL color Cylindrical-coordinate representation of color #2DF028: hue angle of 118.5º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DF028 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 240 | 40 | - |
| CMYK | 0.81 | 0 | 0.83 | 0.06 |
| HSL | 118.5º | 0.87% | 0.55% | - |
| HSV(B) | 118.5º | 0.83% | 0.94% | - |
| XYZ | 32.63 | 63.03 | 12.45 | - |
| YUV | 158.9 | 60.9 | 46.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 240 | 40 | 0.81 | 0 | 0.83 | 0.06 | 118.5 | 0.87 | 0.55 |
| Hex | 2D | F0 | 28 | 51 | 0 | 53 | 6 | 76 | 57 | 37 |
| Octal | 55 | 360 | 50 | 121 | 0 | 123 | 6 | 166 | 127 | 67 |
| Binary | 101101 | 11110000 | 101000 | 1010001 | 0 | 1010011 | 110 | 1110110 | 1010111 | 110111 |
Color Harmonies of #2DF028
Complementary color
Monochromatic Colors of #2DF028
Black with #2DF028
Text Example
Text Example
White with #2DF028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF028; }
p { color: rgb(45,240,40); }
H1.HeaderClassName
{
color: #2DF028;
}
.AnyTagClassName
{
color: #2DF028;
}
</style>
background-color css
<style>
a { background-color: #2DF028; }
a { background-color: rgb(45,240,40); }
div.DivClassName
{
background-color: #2DF028;
}
.BgClassName
{
background-color: #2DF028;
}
</style>
border-color css
<style>
span { border-color: #2DF028; }
span { border-color: rgb(45,240,40); }
td.TdClassName
{
border-color: #2DF028;
}
.TagClassName
{
border-color: #2DF028;
}
</style>