Shades of Lime Green #2DC61A
Tints of Lime Green #2DC61A
RGB
CMYK
RGB Variations
Color information
#2DC61A (or 0x2DC61A) is known color: Lime Green. HEX triplet: 2D, C6 and 1A. RGB value is (45,198,26). Sum of RGB (Red+Green+Blue) = 45+198+26=269 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.73% from 269); Green value is 198 (77.73% from 255 or 73.61% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 198 - color contains mainly: green. Hex color #2DC61A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC61A is #D239E5. Grayscale: #858585. Windows color (decimal): -13777382 or 1754669. OLE color: 1754669.
HSL color Cylindrical-coordinate representation of color #2DC61A: hue angle of 113.37º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2DC61A is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 198 | 26 | - |
| CMYK | 0.77 | 0 | 0.87 | 0.22 |
| HSL | 113.37º | 0.77% | 0.44% | - |
| HSV(B) | 113.37º | 0.87% | 0.78% | - |
| XYZ | 21.46 | 41.02 | 7.76 | - |
| YUV | 132.65 | 67.81 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 198 | 26 | 0.77 | 0 | 0.87 | 0.22 | 113.37 | 0.77 | 0.44 |
| Hex | 2D | C6 | 1A | 4D | 0 | 57 | 16 | 71 | 4D | 2C |
| Octal | 55 | 306 | 32 | 115 | 0 | 127 | 26 | 161 | 115 | 54 |
| Binary | 101101 | 11000110 | 11010 | 1001101 | 0 | 1010111 | 10110 | 1110001 | 1001101 | 101100 |
Color Harmonies of #2DC61A
Complementary color
Monochromatic Colors of #2DC61A
Black with #2DC61A
Text Example
Text Example
White with #2DC61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC61A; }
p { color: rgb(45,198,26); }
H1.HeaderClassName
{
color: #2DC61A;
}
.AnyTagClassName
{
color: #2DC61A;
}
</style>
background-color css
<style>
a { background-color: #2DC61A; }
a { background-color: rgb(45,198,26); }
div.DivClassName
{
background-color: #2DC61A;
}
.BgClassName
{
background-color: #2DC61A;
}
</style>
border-color css
<style>
span { border-color: #2DC61A; }
span { border-color: rgb(45,198,26); }
td.TdClassName
{
border-color: #2DC61A;
}
.TagClassName
{
border-color: #2DC61A;
}
</style>