Shades of Lime Green #2DD441
Tints of Lime Green #2DD441
RGB
CMYK
RGB Variations
Color information
#2DD441 (or 0x2DD441) is known color: Lime Green. HEX triplet: 2D, D4 and 41. RGB value is (45,212,65). Sum of RGB (Red+Green+Blue) = 45+212+65=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 212 (83.20% from 255 or 65.84% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 212 - color contains mainly: green. Hex color #2DD441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD441 is #D22BBE. Grayscale: #919191. Windows color (decimal): -13773759 or 4314157. OLE color: 4314157.
HSL color Cylindrical-coordinate representation of color #2DD441: hue angle of 127.19º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD441 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 45 | 212 | 65 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.17 |
| HSL | 127.19º | 0.66% | 0.5% | - |
| HSV(B) | 127.19º | 0.79% | 0.83% | - |
| XYZ | 25.58 | 48.03 | 12.92 | - |
| YUV | 145.31 | 82.67 | 56.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 212 | 65 | 0.79 | 0 | 0.69 | 0.17 | 127.19 | 0.66 | 0.5 |
| Hex | 2D | D4 | 41 | 4F | 0 | 45 | 11 | 7F | 42 | 32 |
| Octal | 55 | 324 | 101 | 117 | 0 | 105 | 21 | 177 | 102 | 62 |
| Binary | 101101 | 11010100 | 1000001 | 1001111 | 0 | 1000101 | 10001 | 1111111 | 1000010 | 110010 |
Color Harmonies of #2DD441
Complementary color
Monochromatic Colors of #2DD441
Black with #2DD441
Text Example
Text Example
White with #2DD441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD441; }
p { color: rgb(45,212,65); }
H1.HeaderClassName
{
color: #2DD441;
}
.AnyTagClassName
{
color: #2DD441;
}
</style>
background-color css
<style>
a { background-color: #2DD441; }
a { background-color: rgb(45,212,65); }
div.DivClassName
{
background-color: #2DD441;
}
.BgClassName
{
background-color: #2DD441;
}
</style>
border-color css
<style>
span { border-color: #2DD441; }
span { border-color: rgb(45,212,65); }
td.TdClassName
{
border-color: #2DD441;
}
.TagClassName
{
border-color: #2DD441;
}
</style>