Shades of Lime Green #2DD250
Tints of Lime Green #2DD250
RGB
CMYK
RGB Variations
Color information
#2DD250 (or 0x2DD250) is known color: Lime Green. HEX triplet: 2D, D2 and 50. RGB value is (45,210,80). Sum of RGB (Red+Green+Blue) = 45+210+80=335 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.43% from 335); Green value is 210 (82.42% from 255 or 62.69% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 210 - color contains mainly: green. Hex color #2DD250 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD250 is #D22DAF. Grayscale: #929292. Windows color (decimal): -13774256 or 5296685. OLE color: 5296685.
HSL color Cylindrical-coordinate representation of color #2DD250: hue angle of 132.73º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD250 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 45 | 210 | 80 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.18 |
| HSL | 132.73º | 0.65% | 0.5% | - |
| HSV(B) | 132.73º | 0.79% | 0.82% | - |
| XYZ | 25.58 | 47.23 | 15.36 | - |
| YUV | 145.85 | 90.84 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 210 | 80 | 0.79 | 0 | 0.62 | 0.18 | 132.73 | 0.65 | 0.5 |
| Hex | 2D | D2 | 50 | 4F | 0 | 3E | 12 | 85 | 41 | 32 |
| Octal | 55 | 322 | 120 | 117 | 0 | 76 | 22 | 205 | 101 | 62 |
| Binary | 101101 | 11010010 | 1010000 | 1001111 | 0 | 111110 | 10010 | 10000101 | 1000001 | 110010 |
Color Harmonies of #2DD250
Complementary color
Monochromatic Colors of #2DD250
Black with #2DD250
Text Example
Text Example
White with #2DD250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD250; }
p { color: rgb(45,210,80); }
H1.HeaderClassName
{
color: #2DD250;
}
.AnyTagClassName
{
color: #2DD250;
}
</style>
background-color css
<style>
a { background-color: #2DD250; }
a { background-color: rgb(45,210,80); }
div.DivClassName
{
background-color: #2DD250;
}
.BgClassName
{
background-color: #2DD250;
}
</style>
border-color css
<style>
span { border-color: #2DD250; }
span { border-color: rgb(45,210,80); }
td.TdClassName
{
border-color: #2DD250;
}
.TagClassName
{
border-color: #2DD250;
}
</style>