Shades of Lime Green #2DFC46
Tints of Lime Green #2DFC46
RGB
CMYK
RGB Variations
Color information
#2DFC46 (or 0x2DFC46) is known color: Lime Green. HEX triplet: 2D, FC and 46. RGB value is (45,252,70). Sum of RGB (Red+Green+Blue) = 45+252+70=367 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.26% from 367); Green value is 252 (98.83% from 255 or 68.66% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFC46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFC46 is #D203B9. Grayscale: #A9A9A9. Windows color (decimal): -13763514 or 4652077. OLE color: 4652077.
HSL color Cylindrical-coordinate representation of color #2DFC46: hue angle of 127.25º 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 #2DFC46 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 252 | 70 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.01 |
| HSL | 127.25º | 0.97% | 0.58% | - |
| HSV(B) | 127.25º | 0.82% | 0.99% | - |
| XYZ | 37 | 70.62 | 17.48 | - |
| YUV | 169.36 | 71.92 | 39.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 252 | 70 | 0.82 | 0 | 0.72 | 0.01 | 127.25 | 0.97 | 0.58 |
| Hex | 2D | FC | 46 | 52 | 0 | 48 | 1 | 7F | 61 | 3A |
| Octal | 55 | 374 | 106 | 122 | 0 | 110 | 1 | 177 | 141 | 72 |
| Binary | 101101 | 11111100 | 1000110 | 1010010 | 0 | 1001000 | 1 | 1111111 | 1100001 | 111010 |
Color Harmonies of #2DFC46
Complementary color
Monochromatic Colors of #2DFC46
Black with #2DFC46
Text Example
Text Example
White with #2DFC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFC46; }
p { color: rgb(45,252,70); }
H1.HeaderClassName
{
color: #2DFC46;
}
.AnyTagClassName
{
color: #2DFC46;
}
</style>
background-color css
<style>
a { background-color: #2DFC46; }
a { background-color: rgb(45,252,70); }
div.DivClassName
{
background-color: #2DFC46;
}
.BgClassName
{
background-color: #2DFC46;
}
</style>
border-color css
<style>
span { border-color: #2DFC46; }
span { border-color: rgb(45,252,70); }
td.TdClassName
{
border-color: #2DFC46;
}
.TagClassName
{
border-color: #2DFC46;
}
</style>