Shades of Lime Green #2DF52E
Tints of Lime Green #2DF52E
RGB
CMYK
RGB Variations
Color information
#2DF52E (or 0x2DF52E) is known color: Lime Green. HEX triplet: 2D, F5 and 2E. RGB value is (45,245,46). Sum of RGB (Red+Green+Blue) = 45+245+46=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 245 (96.09% from 255 or 72.92% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 245 - color contains mainly: green. Hex color #2DF52E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF52E is #D20AD1. Grayscale: #A3A3A3. Windows color (decimal): -13765330 or 3077421. OLE color: 3077421.
HSL color Cylindrical-coordinate representation of color #2DF52E: hue angle of 120.3º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF52E is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 245 | 46 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.04 |
| HSL | 120.3º | 0.91% | 0.57% | - |
| HSV(B) | 120.3º | 0.82% | 0.96% | - |
| XYZ | 34.23 | 66.06 | 13.53 | - |
| YUV | 162.51 | 62.24 | 44.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 245 | 46 | 0.82 | 0 | 0.81 | 0.04 | 120.3 | 0.91 | 0.57 |
| Hex | 2D | F5 | 2E | 52 | 0 | 51 | 4 | 78 | 5B | 39 |
| Octal | 55 | 365 | 56 | 122 | 0 | 121 | 4 | 170 | 133 | 71 |
| Binary | 101101 | 11110101 | 101110 | 1010010 | 0 | 1010001 | 100 | 1111000 | 1011011 | 111001 |
Color Harmonies of #2DF52E
Complementary color
Monochromatic Colors of #2DF52E
Black with #2DF52E
Text Example
Text Example
White with #2DF52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF52E; }
p { color: rgb(45,245,46); }
H1.HeaderClassName
{
color: #2DF52E;
}
.AnyTagClassName
{
color: #2DF52E;
}
</style>
background-color css
<style>
a { background-color: #2DF52E; }
a { background-color: rgb(45,245,46); }
div.DivClassName
{
background-color: #2DF52E;
}
.BgClassName
{
background-color: #2DF52E;
}
</style>
border-color css
<style>
span { border-color: #2DF52E; }
span { border-color: rgb(45,245,46); }
td.TdClassName
{
border-color: #2DF52E;
}
.TagClassName
{
border-color: #2DF52E;
}
</style>