Shades of Lime Green #2DD643
Tints of Lime Green #2DD643
RGB
CMYK
RGB Variations
Color information
#2DD643 (or 0x2DD643) is known color: Lime Green. HEX triplet: 2D, D6 and 43. RGB value is (45,214,67). Sum of RGB (Red+Green+Blue) = 45+214+67=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 214 (83.98% from 255 or 65.64% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 214 - color contains mainly: green. Hex color #2DD643 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD643 is #D229BC. Grayscale: #939393. Windows color (decimal): -13773245 or 4445741. OLE color: 4445741.
HSL color Cylindrical-coordinate representation of color #2DD643: hue angle of 127.81º 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 #2DD643 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 214 | 67 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.16 |
| HSL | 127.81º | 0.67% | 0.51% | - |
| HSV(B) | 127.81º | 0.79% | 0.84% | - |
| XYZ | 26.14 | 49.06 | 13.4 | - |
| YUV | 146.71 | 83.01 | 55.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 214 | 67 | 0.79 | 0 | 0.69 | 0.16 | 127.81 | 0.67 | 0.51 |
| Hex | 2D | D6 | 43 | 4F | 0 | 45 | 10 | 80 | 43 | 33 |
| Octal | 55 | 326 | 103 | 117 | 0 | 105 | 20 | 200 | 103 | 63 |
| Binary | 101101 | 11010110 | 1000011 | 1001111 | 0 | 1000101 | 10000 | 10000000 | 1000011 | 110011 |
Color Harmonies of #2DD643
Complementary color
Monochromatic Colors of #2DD643
Black with #2DD643
Text Example
Text Example
White with #2DD643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD643; }
p { color: rgb(45,214,67); }
H1.HeaderClassName
{
color: #2DD643;
}
.AnyTagClassName
{
color: #2DD643;
}
</style>
background-color css
<style>
a { background-color: #2DD643; }
a { background-color: rgb(45,214,67); }
div.DivClassName
{
background-color: #2DD643;
}
.BgClassName
{
background-color: #2DD643;
}
</style>
border-color css
<style>
span { border-color: #2DD643; }
span { border-color: rgb(45,214,67); }
td.TdClassName
{
border-color: #2DD643;
}
.TagClassName
{
border-color: #2DD643;
}
</style>