Shades of Lime Green #2DF82D
Tints of Lime Green #2DF82D
RGB
CMYK
RGB Variations
Color information
#2DF82D (or 0x2DF82D) is known color: Lime Green. HEX triplet: 2D, F8 and 2D. RGB value is (45,248,45). Sum of RGB (Red+Green+Blue) = 45+248+45=338 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.31% from 338); Green value is 248 (97.27% from 255 or 73.37% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 248 - color contains mainly: green. Hex color #2DF82D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF82D is #D207D2. Grayscale: #A4A4A4. Windows color (decimal): -13764563 or 3012653. OLE color: 3012653.
HSL color Cylindrical-coordinate representation of color #2DF82D: hue angle of 120º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF82D is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 248 | 45 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.03 |
| HSL | 120º | 0.94% | 0.57% | - |
| HSV(B) | 120º | 0.82% | 0.97% | - |
| XYZ | 35.12 | 67.88 | 13.73 | - |
| YUV | 164.16 | 60.75 | 43.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 248 | 45 | 0.82 | 0 | 0.82 | 0.03 | 120 | 0.94 | 0.57 |
| Hex | 2D | F8 | 2D | 52 | 0 | 52 | 3 | 78 | 5E | 39 |
| Octal | 55 | 370 | 55 | 122 | 0 | 122 | 3 | 170 | 136 | 71 |
| Binary | 101101 | 11111000 | 101101 | 1010010 | 0 | 1010010 | 11 | 1111000 | 1011110 | 111001 |
Color Harmonies of #2DF82D
Complementary color
Monochromatic Colors of #2DF82D
Black with #2DF82D
Text Example
Text Example
White with #2DF82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF82D; }
p { color: rgb(45,248,45); }
H1.HeaderClassName
{
color: #2DF82D;
}
.AnyTagClassName
{
color: #2DF82D;
}
</style>
background-color css
<style>
a { background-color: #2DF82D; }
a { background-color: rgb(45,248,45); }
div.DivClassName
{
background-color: #2DF82D;
}
.BgClassName
{
background-color: #2DF82D;
}
</style>
border-color css
<style>
span { border-color: #2DF82D; }
span { border-color: rgb(45,248,45); }
td.TdClassName
{
border-color: #2DF82D;
}
.TagClassName
{
border-color: #2DF82D;
}
</style>