Shades of Lime Green #2CCE11
Tints of Lime Green #2CCE11
RGB
CMYK
RGB Variations
Color information
#2CCE11 (or 0x2CCE11) is known color: Lime Green. HEX triplet: 2C, CE and 11. RGB value is (44,206,17). Sum of RGB (Red+Green+Blue) = 44+206+17=267 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.48% from 267); Green value is 206 (80.86% from 255 or 77.15% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 206 - color contains mainly: green. Hex color #2CCE11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCE11 is #D331EE. Grayscale: #888888. Windows color (decimal): -13840879 or 1166892. OLE color: 1166892.
HSL color Cylindrical-coordinate representation of color #2CCE11: hue angle of 111.43º 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 #2CCE11 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 206 | 17 | - |
| CMYK | 0.79 | 0 | 0.92 | 0.19 |
| HSL | 111.43º | 0.85% | 0.44% | - |
| HSV(B) | 111.43º | 0.92% | 0.81% | - |
| XYZ | 23.21 | 44.72 | 7.94 | - |
| YUV | 136.02 | 60.83 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 206 | 17 | 0.79 | 0 | 0.92 | 0.19 | 111.43 | 0.85 | 0.44 |
| Hex | 2C | CE | 11 | 4F | 0 | 5C | 13 | 6F | 55 | 2C |
| Octal | 54 | 316 | 21 | 117 | 0 | 134 | 23 | 157 | 125 | 54 |
| Binary | 101100 | 11001110 | 10001 | 1001111 | 0 | 1011100 | 10011 | 1101111 | 1010101 | 101100 |
Color Harmonies of #2CCE11
Complementary color
Monochromatic Colors of #2CCE11
Black with #2CCE11
Text Example
Text Example
White with #2CCE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCE11; }
p { color: rgb(44,206,17); }
H1.HeaderClassName
{
color: #2CCE11;
}
.AnyTagClassName
{
color: #2CCE11;
}
</style>
background-color css
<style>
a { background-color: #2CCE11; }
a { background-color: rgb(44,206,17); }
div.DivClassName
{
background-color: #2CCE11;
}
.BgClassName
{
background-color: #2CCE11;
}
</style>
border-color css
<style>
span { border-color: #2CCE11; }
span { border-color: rgb(44,206,17); }
td.TdClassName
{
border-color: #2CCE11;
}
.TagClassName
{
border-color: #2CCE11;
}
</style>