Shades of Lime Green #2DF82B
Tints of Lime Green #2DF82B
RGB
CMYK
RGB Variations
Color information
#2DF82B (or 0x2DF82B) is known color: Lime Green. HEX triplet: 2D, F8 and 2B. RGB value is (45,248,43). Sum of RGB (Red+Green+Blue) = 45+248+43=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 248 (97.27% from 255 or 73.81% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 248 - color contains mainly: green. Hex color #2DF82B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF82B is #D207D4. Grayscale: #A4A4A4. Windows color (decimal): -13764565 or 2881581. OLE color: 2881581.
HSL color Cylindrical-coordinate representation of color #2DF82B: hue angle of 119.41º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DF82B is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 248 | 43 | - |
| CMYK | 0.82 | 0 | 0.83 | 0.03 |
| HSL | 119.41º | 0.94% | 0.57% | - |
| HSV(B) | 119.41º | 0.83% | 0.97% | - |
| XYZ | 35.09 | 67.87 | 13.54 | - |
| YUV | 163.93 | 59.75 | 43.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 248 | 43 | 0.82 | 0 | 0.83 | 0.03 | 119.41 | 0.94 | 0.57 |
| Hex | 2D | F8 | 2B | 52 | 0 | 53 | 3 | 77 | 5E | 39 |
| Octal | 55 | 370 | 53 | 122 | 0 | 123 | 3 | 167 | 136 | 71 |
| Binary | 101101 | 11111000 | 101011 | 1010010 | 0 | 1010011 | 11 | 1110111 | 1011110 | 111001 |
Color Harmonies of #2DF82B
Complementary color
Monochromatic Colors of #2DF82B
Black with #2DF82B
Text Example
Text Example
White with #2DF82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF82B; }
p { color: rgb(45,248,43); }
H1.HeaderClassName
{
color: #2DF82B;
}
.AnyTagClassName
{
color: #2DF82B;
}
</style>
background-color css
<style>
a { background-color: #2DF82B; }
a { background-color: rgb(45,248,43); }
div.DivClassName
{
background-color: #2DF82B;
}
.BgClassName
{
background-color: #2DF82B;
}
</style>
border-color css
<style>
span { border-color: #2DF82B; }
span { border-color: rgb(45,248,43); }
td.TdClassName
{
border-color: #2DF82B;
}
.TagClassName
{
border-color: #2DF82B;
}
</style>