Shades of Lime Green #2DFC40
Tints of Lime Green #2DFC40
RGB
CMYK
RGB Variations
Color information
#2DFC40 (or 0x2DFC40) is known color: Lime Green. HEX triplet: 2D, FC and 40. RGB value is (45,252,64). Sum of RGB (Red+Green+Blue) = 45+252+64=361 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.47% from 361); Green value is 252 (98.83% from 255 or 69.81% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFC40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFC40 is #D203BF. Grayscale: #A9A9A9. Windows color (decimal): -13763520 or 4258861. OLE color: 4258861.
HSL color Cylindrical-coordinate representation of color #2DFC40: hue angle of 125.51º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFC40 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 252 | 64 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.01 |
| HSL | 125.51º | 0.97% | 0.58% | - |
| HSV(B) | 125.51º | 0.82% | 0.99% | - |
| XYZ | 36.82 | 70.55 | 16.53 | - |
| YUV | 168.68 | 68.92 | 39.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 252 | 64 | 0.82 | 0 | 0.75 | 0.01 | 125.51 | 0.97 | 0.58 |
| Hex | 2D | FC | 40 | 52 | 0 | 4B | 1 | 7E | 61 | 3A |
| Octal | 55 | 374 | 100 | 122 | 0 | 113 | 1 | 176 | 141 | 72 |
| Binary | 101101 | 11111100 | 1000000 | 1010010 | 0 | 1001011 | 1 | 1111110 | 1100001 | 111010 |
Color Harmonies of #2DFC40
Complementary color
Monochromatic Colors of #2DFC40
Black with #2DFC40
Text Example
Text Example
White with #2DFC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFC40; }
p { color: rgb(45,252,64); }
H1.HeaderClassName
{
color: #2DFC40;
}
.AnyTagClassName
{
color: #2DFC40;
}
</style>
background-color css
<style>
a { background-color: #2DFC40; }
a { background-color: rgb(45,252,64); }
div.DivClassName
{
background-color: #2DFC40;
}
.BgClassName
{
background-color: #2DFC40;
}
</style>
border-color css
<style>
span { border-color: #2DFC40; }
span { border-color: rgb(45,252,64); }
td.TdClassName
{
border-color: #2DFC40;
}
.TagClassName
{
border-color: #2DFC40;
}
</style>