Shades of Lime Green #2DD641
Tints of Lime Green #2DD641
RGB
CMYK
RGB Variations
Color information
#2DD641 (or 0x2DD641) is known color: Lime Green. HEX triplet: 2D, D6 and 41. RGB value is (45,214,65). Sum of RGB (Red+Green+Blue) = 45+214+65=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 214 (83.98% from 255 or 66.05% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 214 - color contains mainly: green. Hex color #2DD641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD641 is #D229BE. Grayscale: #929292. Windows color (decimal): -13773247 or 4314669. OLE color: 4314669.
HSL color Cylindrical-coordinate representation of color #2DD641: hue angle of 127.1º 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 #2DD641 is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 214 | 65 | - |
| CMYK | 0.79 | 0 | 0.70 | 0.16 |
| HSL | 127.1º | 0.67% | 0.51% | - |
| HSV(B) | 127.1º | 0.79% | 0.84% | - |
| XYZ | 26.08 | 49.03 | 13.09 | - |
| YUV | 146.48 | 82.01 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 214 | 65 | 0.79 | 0 | 0.70 | 0.16 | 127.1 | 0.67 | 0.51 |
| Hex | 2D | D6 | 41 | 4F | 0 | 46 | 10 | 7F | 43 | 33 |
| Octal | 55 | 326 | 101 | 117 | 0 | 106 | 20 | 177 | 103 | 63 |
| Binary | 101101 | 11010110 | 1000001 | 1001111 | 0 | 1000110 | 10000 | 1111111 | 1000011 | 110011 |
Color Harmonies of #2DD641
Complementary color
Monochromatic Colors of #2DD641
Black with #2DD641
Text Example
Text Example
White with #2DD641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD641; }
p { color: rgb(45,214,65); }
H1.HeaderClassName
{
color: #2DD641;
}
.AnyTagClassName
{
color: #2DD641;
}
</style>
background-color css
<style>
a { background-color: #2DD641; }
a { background-color: rgb(45,214,65); }
div.DivClassName
{
background-color: #2DD641;
}
.BgClassName
{
background-color: #2DD641;
}
</style>
border-color css
<style>
span { border-color: #2DD641; }
span { border-color: rgb(45,214,65); }
td.TdClassName
{
border-color: #2DD641;
}
.TagClassName
{
border-color: #2DD641;
}
</style>