Shades of Lime Green #2DC62A
Tints of Lime Green #2DC62A
RGB
CMYK
RGB Variations
Color information
#2DC62A (or 0x2DC62A) is known color: Lime Green. HEX triplet: 2D, C6 and 2A. RGB value is (45,198,42). Sum of RGB (Red+Green+Blue) = 45+198+42=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 198 (77.73% from 255 or 69.47% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 198 - color contains mainly: green. Hex color #2DC62A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC62A is #D239D5. Grayscale: #868686. Windows color (decimal): -13777366 or 2803245. OLE color: 2803245.
HSL color Cylindrical-coordinate representation of color #2DC62A: hue angle of 118.85º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DC62A is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 198 | 42 | - |
| CMYK | 0.77 | 0 | 0.79 | 0.22 |
| HSL | 118.85º | 0.65% | 0.47% | - |
| HSV(B) | 118.85º | 0.79% | 0.78% | - |
| XYZ | 21.69 | 41.11 | 8.98 | - |
| YUV | 134.47 | 75.81 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 198 | 42 | 0.77 | 0 | 0.79 | 0.22 | 118.85 | 0.65 | 0.47 |
| Hex | 2D | C6 | 2A | 4D | 0 | 4F | 16 | 77 | 41 | 2F |
| Octal | 55 | 306 | 52 | 115 | 0 | 117 | 26 | 167 | 101 | 57 |
| Binary | 101101 | 11000110 | 101010 | 1001101 | 0 | 1001111 | 10110 | 1110111 | 1000001 | 101111 |
Color Harmonies of #2DC62A
Complementary color
Monochromatic Colors of #2DC62A
Black with #2DC62A
Text Example
Text Example
White with #2DC62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC62A; }
p { color: rgb(45,198,42); }
H1.HeaderClassName
{
color: #2DC62A;
}
.AnyTagClassName
{
color: #2DC62A;
}
</style>
background-color css
<style>
a { background-color: #2DC62A; }
a { background-color: rgb(45,198,42); }
div.DivClassName
{
background-color: #2DC62A;
}
.BgClassName
{
background-color: #2DC62A;
}
</style>
border-color css
<style>
span { border-color: #2DC62A; }
span { border-color: rgb(45,198,42); }
td.TdClassName
{
border-color: #2DC62A;
}
.TagClassName
{
border-color: #2DC62A;
}
</style>