Shades of Lime Green #2DCE11
Tints of Lime Green #2DCE11
RGB
CMYK
RGB Variations
Color information
#2DCE11 (or 0x2DCE11) is known color: Lime Green. HEX triplet: 2D, CE and 11. RGB value is (45,206,17). Sum of RGB (Red+Green+Blue) = 45+206+17=268 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.79% from 268); Green value is 206 (80.86% from 255 or 76.87% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCE11 is #D231EE. Grayscale: #888888. Windows color (decimal): -13775343 or 1166893. OLE color: 1166893.
HSL color Cylindrical-coordinate representation of color #2DCE11: hue angle of 111.11º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DCE11 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 206 | 17 | - |
| CMYK | 0.78 | 0 | 0.92 | 0.19 |
| HSL | 111.11º | 0.85% | 0.44% | - |
| HSV(B) | 111.11º | 0.92% | 0.81% | - |
| XYZ | 23.25 | 44.74 | 7.94 | - |
| YUV | 136.32 | 60.66 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 206 | 17 | 0.78 | 0 | 0.92 | 0.19 | 111.11 | 0.85 | 0.44 |
| Hex | 2D | CE | 11 | 4E | 0 | 5C | 13 | 6F | 55 | 2C |
| Octal | 55 | 316 | 21 | 116 | 0 | 134 | 23 | 157 | 125 | 54 |
| Binary | 101101 | 11001110 | 10001 | 1001110 | 0 | 1011100 | 10011 | 1101111 | 1010101 | 101100 |
Color Harmonies of #2DCE11
Complementary color
Monochromatic Colors of #2DCE11
Black with #2DCE11
Text Example
Text Example
White with #2DCE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCE11; }
p { color: rgb(45,206,17); }
H1.HeaderClassName
{
color: #2DCE11;
}
.AnyTagClassName
{
color: #2DCE11;
}
</style>
background-color css
<style>
a { background-color: #2DCE11; }
a { background-color: rgb(45,206,17); }
div.DivClassName
{
background-color: #2DCE11;
}
.BgClassName
{
background-color: #2DCE11;
}
</style>
border-color css
<style>
span { border-color: #2DCE11; }
span { border-color: rgb(45,206,17); }
td.TdClassName
{
border-color: #2DCE11;
}
.TagClassName
{
border-color: #2DCE11;
}
</style>