Shades of Lime Green #2DFC44
Tints of Lime Green #2DFC44
RGB
CMYK
RGB Variations
Color information
#2DFC44 (or 0x2DFC44) is known color: Lime Green. HEX triplet: 2D, FC and 44. RGB value is (45,252,68). Sum of RGB (Red+Green+Blue) = 45+252+68=365 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.33% from 365); Green value is 252 (98.83% from 255 or 69.04% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFC44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFC44 is #D203BB. Grayscale: #A9A9A9. Windows color (decimal): -13763516 or 4521005. OLE color: 4521005.
HSL color Cylindrical-coordinate representation of color #2DFC44: hue angle of 126.67º 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 #2DFC44 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 252 | 68 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.01 |
| HSL | 126.67º | 0.97% | 0.58% | - |
| HSV(B) | 126.67º | 0.82% | 0.99% | - |
| XYZ | 36.94 | 70.6 | 17.15 | - |
| YUV | 169.13 | 70.92 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 252 | 68 | 0.82 | 0 | 0.73 | 0.01 | 126.67 | 0.97 | 0.58 |
| Hex | 2D | FC | 44 | 52 | 0 | 49 | 1 | 7F | 61 | 3A |
| Octal | 55 | 374 | 104 | 122 | 0 | 111 | 1 | 177 | 141 | 72 |
| Binary | 101101 | 11111100 | 1000100 | 1010010 | 0 | 1001001 | 1 | 1111111 | 1100001 | 111010 |
Color Harmonies of #2DFC44
Complementary color
Monochromatic Colors of #2DFC44
Black with #2DFC44
Text Example
Text Example
White with #2DFC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFC44; }
p { color: rgb(45,252,68); }
H1.HeaderClassName
{
color: #2DFC44;
}
.AnyTagClassName
{
color: #2DFC44;
}
</style>
background-color css
<style>
a { background-color: #2DFC44; }
a { background-color: rgb(45,252,68); }
div.DivClassName
{
background-color: #2DFC44;
}
.BgClassName
{
background-color: #2DFC44;
}
</style>
border-color css
<style>
span { border-color: #2DFC44; }
span { border-color: rgb(45,252,68); }
td.TdClassName
{
border-color: #2DFC44;
}
.TagClassName
{
border-color: #2DFC44;
}
</style>