Shades of Lime Green #2DD544
Tints of Lime Green #2DD544
RGB
CMYK
RGB Variations
Color information
#2DD544 (or 0x2DD544) is known color: Lime Green. HEX triplet: 2D, D5 and 44. RGB value is (45,213,68). Sum of RGB (Red+Green+Blue) = 45+213+68=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 213 (83.59% from 255 or 65.34% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 213 - color contains mainly: green. Hex color #2DD544 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD544 is #D22ABB. Grayscale: #929292. Windows color (decimal): -13773500 or 4511021. OLE color: 4511021.
HSL color Cylindrical-coordinate representation of color #2DD544: hue angle of 128.21º 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 #2DD544 is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 213 | 68 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.16 |
| HSL | 128.21º | 0.67% | 0.51% | - |
| HSV(B) | 128.21º | 0.79% | 0.84% | - |
| XYZ | 25.92 | 48.56 | 13.48 | - |
| YUV | 146.24 | 83.84 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 213 | 68 | 0.79 | 0 | 0.68 | 0.16 | 128.21 | 0.67 | 0.51 |
| Hex | 2D | D5 | 44 | 4F | 0 | 44 | 10 | 80 | 43 | 33 |
| Octal | 55 | 325 | 104 | 117 | 0 | 104 | 20 | 200 | 103 | 63 |
| Binary | 101101 | 11010101 | 1000100 | 1001111 | 0 | 1000100 | 10000 | 10000000 | 1000011 | 110011 |
Color Harmonies of #2DD544
Complementary color
Monochromatic Colors of #2DD544
Black with #2DD544
Text Example
Text Example
White with #2DD544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD544; }
p { color: rgb(45,213,68); }
H1.HeaderClassName
{
color: #2DD544;
}
.AnyTagClassName
{
color: #2DD544;
}
</style>
background-color css
<style>
a { background-color: #2DD544; }
a { background-color: rgb(45,213,68); }
div.DivClassName
{
background-color: #2DD544;
}
.BgClassName
{
background-color: #2DD544;
}
</style>
border-color css
<style>
span { border-color: #2DD544; }
span { border-color: rgb(45,213,68); }
td.TdClassName
{
border-color: #2DD544;
}
.TagClassName
{
border-color: #2DD544;
}
</style>