Shades of Lime Green #2DC11E
Tints of Lime Green #2DC11E
RGB
CMYK
RGB Variations
Color information
#2DC11E (or 0x2DC11E) is known color: Lime Green. HEX triplet: 2D, C1 and 1E. RGB value is (45,193,30). Sum of RGB (Red+Green+Blue) = 45+193+30=268 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.79% from 268); Green value is 193 (75.78% from 255 or 72.01% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC11E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC11E is #D23EE1. Grayscale: #828282. Windows color (decimal): -13778658 or 2015533. OLE color: 2015533.
HSL color Cylindrical-coordinate representation of color #2DC11E: hue angle of 114.48º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DC11E is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 193 | 30 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.24 |
| HSL | 114.48º | 0.73% | 0.44% | - |
| HSV(B) | 114.48º | 0.84% | 0.76% | - |
| XYZ | 20.39 | 38.79 | 7.64 | - |
| YUV | 130.17 | 71.47 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 193 | 30 | 0.77 | 0 | 0.84 | 0.24 | 114.48 | 0.73 | 0.44 |
| Hex | 2D | C1 | 1E | 4D | 0 | 54 | 18 | 72 | 49 | 2C |
| Octal | 55 | 301 | 36 | 115 | 0 | 124 | 30 | 162 | 111 | 54 |
| Binary | 101101 | 11000001 | 11110 | 1001101 | 0 | 1010100 | 11000 | 1110010 | 1001001 | 101100 |
Color Harmonies of #2DC11E
Complementary color
Monochromatic Colors of #2DC11E
Black with #2DC11E
Text Example
Text Example
White with #2DC11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC11E; }
p { color: rgb(45,193,30); }
H1.HeaderClassName
{
color: #2DC11E;
}
.AnyTagClassName
{
color: #2DC11E;
}
</style>
background-color css
<style>
a { background-color: #2DC11E; }
a { background-color: rgb(45,193,30); }
div.DivClassName
{
background-color: #2DC11E;
}
.BgClassName
{
background-color: #2DC11E;
}
</style>
border-color css
<style>
span { border-color: #2DC11E; }
span { border-color: rgb(45,193,30); }
td.TdClassName
{
border-color: #2DC11E;
}
.TagClassName
{
border-color: #2DC11E;
}
</style>