Shades of Lime Green #2DD533
Tints of Lime Green #2DD533
RGB
CMYK
RGB Variations
Color information
#2DD533 (or 0x2DD533) is known color: Lime Green. HEX triplet: 2D, D5 and 33. RGB value is (45,213,51). Sum of RGB (Red+Green+Blue) = 45+213+51=309 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.56% from 309); Green value is 213 (83.59% from 255 or 68.93% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 213 - color contains mainly: green. Hex color #2DD533 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD533 is #D22ACC. Grayscale: #909090. Windows color (decimal): -13773517 or 3396909. OLE color: 3396909.
HSL color Cylindrical-coordinate representation of color #2DD533: hue angle of 122.14º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD533 is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 213 | 51 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.16 |
| HSL | 122.14º | 0.67% | 0.51% | - |
| HSV(B) | 122.14º | 0.79% | 0.84% | - |
| XYZ | 25.47 | 48.39 | 11.13 | - |
| YUV | 144.3 | 75.34 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 213 | 51 | 0.79 | 0 | 0.76 | 0.16 | 122.14 | 0.67 | 0.51 |
| Hex | 2D | D5 | 33 | 4F | 0 | 4C | 10 | 7A | 43 | 33 |
| Octal | 55 | 325 | 63 | 117 | 0 | 114 | 20 | 172 | 103 | 63 |
| Binary | 101101 | 11010101 | 110011 | 1001111 | 0 | 1001100 | 10000 | 1111010 | 1000011 | 110011 |
Color Harmonies of #2DD533
Complementary color
Monochromatic Colors of #2DD533
Black with #2DD533
Text Example
Text Example
White with #2DD533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD533; }
p { color: rgb(45,213,51); }
H1.HeaderClassName
{
color: #2DD533;
}
.AnyTagClassName
{
color: #2DD533;
}
</style>
background-color css
<style>
a { background-color: #2DD533; }
a { background-color: rgb(45,213,51); }
div.DivClassName
{
background-color: #2DD533;
}
.BgClassName
{
background-color: #2DD533;
}
</style>
border-color css
<style>
span { border-color: #2DD533; }
span { border-color: rgb(45,213,51); }
td.TdClassName
{
border-color: #2DD533;
}
.TagClassName
{
border-color: #2DD533;
}
</style>