Shades of Lime Green #2DC64F
Tints of Lime Green #2DC64F
RGB
CMYK
RGB Variations
Color information
#2DC64F (or 0x2DC64F) is known color: Lime Green. HEX triplet: 2D, C6 and 4F. RGB value is (45,198,79). Sum of RGB (Red+Green+Blue) = 45+198+79=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 198 (77.73% from 255 or 61.49% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 198 - color contains mainly: green. Hex color #2DC64F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC64F is #D239B0. Grayscale: #8B8B8B. Windows color (decimal): -13777329 or 5228077. OLE color: 5228077.
HSL color Cylindrical-coordinate representation of color #2DC64F: hue angle of 133.33º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC64F is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 198 | 79 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.22 |
| HSL | 133.33º | 0.63% | 0.48% | - |
| HSV(B) | 133.33º | 0.77% | 0.78% | - |
| XYZ | 22.69 | 41.51 | 14.21 | - |
| YUV | 138.69 | 94.31 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 198 | 79 | 0.77 | 0 | 0.60 | 0.22 | 133.33 | 0.63 | 0.48 |
| Hex | 2D | C6 | 4F | 4D | 0 | 3C | 16 | 85 | 3F | 30 |
| Octal | 55 | 306 | 117 | 115 | 0 | 74 | 26 | 205 | 77 | 60 |
| Binary | 101101 | 11000110 | 1001111 | 1001101 | 0 | 111100 | 10110 | 10000101 | 111111 | 110000 |
Color Harmonies of #2DC64F
Complementary color
Monochromatic Colors of #2DC64F
Black with #2DC64F
Text Example
Text Example
White with #2DC64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC64F; }
p { color: rgb(45,198,79); }
H1.HeaderClassName
{
color: #2DC64F;
}
.AnyTagClassName
{
color: #2DC64F;
}
</style>
background-color css
<style>
a { background-color: #2DC64F; }
a { background-color: rgb(45,198,79); }
div.DivClassName
{
background-color: #2DC64F;
}
.BgClassName
{
background-color: #2DC64F;
}
</style>
border-color css
<style>
span { border-color: #2DC64F; }
span { border-color: rgb(45,198,79); }
td.TdClassName
{
border-color: #2DC64F;
}
.TagClassName
{
border-color: #2DC64F;
}
</style>