Shades of Lime Green #2DF040
Tints of Lime Green #2DF040
RGB
CMYK
RGB Variations
Color information
#2DF040 (or 0x2DF040) is known color: Lime Green. HEX triplet: 2D, F0 and 40. RGB value is (45,240,64). Sum of RGB (Red+Green+Blue) = 45+240+64=349 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.89% from 349); Green value is 240 (94.14% from 255 or 68.77% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 240 - color contains mainly: green. Hex color #2DF040 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF040 is #D20FBF. Grayscale: #A2A2A2. Windows color (decimal): -13766592 or 4255789. OLE color: 4255789.
HSL color Cylindrical-coordinate representation of color #2DF040: hue angle of 125.85º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF040 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 240 | 64 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.06 |
| HSL | 125.85º | 0.87% | 0.56% | - |
| HSV(B) | 125.85º | 0.81% | 0.94% | - |
| XYZ | 33.17 | 63.25 | 15.31 | - |
| YUV | 161.63 | 72.9 | 44.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 240 | 64 | 0.81 | 0 | 0.73 | 0.06 | 125.85 | 0.87 | 0.56 |
| Hex | 2D | F0 | 40 | 51 | 0 | 49 | 6 | 7E | 57 | 38 |
| Octal | 55 | 360 | 100 | 121 | 0 | 111 | 6 | 176 | 127 | 70 |
| Binary | 101101 | 11110000 | 1000000 | 1010001 | 0 | 1001001 | 110 | 1111110 | 1010111 | 111000 |
Color Harmonies of #2DF040
Complementary color
Monochromatic Colors of #2DF040
Black with #2DF040
Text Example
Text Example
White with #2DF040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF040; }
p { color: rgb(45,240,64); }
H1.HeaderClassName
{
color: #2DF040;
}
.AnyTagClassName
{
color: #2DF040;
}
</style>
background-color css
<style>
a { background-color: #2DF040; }
a { background-color: rgb(45,240,64); }
div.DivClassName
{
background-color: #2DF040;
}
.BgClassName
{
background-color: #2DF040;
}
</style>
border-color css
<style>
span { border-color: #2DF040; }
span { border-color: rgb(45,240,64); }
td.TdClassName
{
border-color: #2DF040;
}
.TagClassName
{
border-color: #2DF040;
}
</style>