Shades of Lime Green #2DC63C
Tints of Lime Green #2DC63C
RGB
CMYK
RGB Variations
Color information
#2DC63C (or 0x2DC63C) is known color: Lime Green. HEX triplet: 2D, C6 and 3C. RGB value is (45,198,60). Sum of RGB (Red+Green+Blue) = 45+198+60=303 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.85% from 303); Green value is 198 (77.73% from 255 or 65.35% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 198 - color contains mainly: green. Hex color #2DC63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC63C is #D239C3. Grayscale: #888888. Windows color (decimal): -13777348 or 3982893. OLE color: 3982893.
HSL color Cylindrical-coordinate representation of color #2DC63C: hue angle of 125.88º 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 #2DC63C is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 198 | 60 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.22 |
| HSL | 125.88º | 0.63% | 0.48% | - |
| HSV(B) | 125.88º | 0.77% | 0.78% | - |
| XYZ | 22.09 | 41.27 | 11.08 | - |
| YUV | 136.52 | 84.81 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 198 | 60 | 0.77 | 0 | 0.70 | 0.22 | 125.88 | 0.63 | 0.48 |
| Hex | 2D | C6 | 3C | 4D | 0 | 46 | 16 | 7E | 3F | 30 |
| Octal | 55 | 306 | 74 | 115 | 0 | 106 | 26 | 176 | 77 | 60 |
| Binary | 101101 | 11000110 | 111100 | 1001101 | 0 | 1000110 | 10110 | 1111110 | 111111 | 110000 |
Color Harmonies of #2DC63C
Complementary color
Monochromatic Colors of #2DC63C
Black with #2DC63C
Text Example
Text Example
White with #2DC63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC63C; }
p { color: rgb(45,198,60); }
H1.HeaderClassName
{
color: #2DC63C;
}
.AnyTagClassName
{
color: #2DC63C;
}
</style>
background-color css
<style>
a { background-color: #2DC63C; }
a { background-color: rgb(45,198,60); }
div.DivClassName
{
background-color: #2DC63C;
}
.BgClassName
{
background-color: #2DC63C;
}
</style>
border-color css
<style>
span { border-color: #2DC63C; }
span { border-color: rgb(45,198,60); }
td.TdClassName
{
border-color: #2DC63C;
}
.TagClassName
{
border-color: #2DC63C;
}
</style>