Shades of Lime Green #2CCB11
Tints of Lime Green #2CCB11
RGB
CMYK
RGB Variations
Color information
#2CCB11 (or 0x2CCB11) is known color: Lime Green. HEX triplet: 2C, CB and 11. RGB value is (44,203,17). Sum of RGB (Red+Green+Blue) = 44+203+17=264 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.67% from 264); Green value is 203 (79.69% from 255 or 76.89% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCB11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCB11 is #D334EE. Grayscale: #868686. Windows color (decimal): -13841647 or 1166124. OLE color: 1166124.
HSL color Cylindrical-coordinate representation of color #2CCB11: hue angle of 111.29º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2CCB11 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 203 | 17 | - |
| CMYK | 0.78 | 0 | 0.92 | 0.20 |
| HSL | 111.29º | 0.85% | 0.43% | - |
| HSV(B) | 111.29º | 0.92% | 0.8% | - |
| XYZ | 22.5 | 43.29 | 7.7 | - |
| YUV | 134.26 | 61.82 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 203 | 17 | 0.78 | 0 | 0.92 | 0.20 | 111.29 | 0.85 | 0.43 |
| Hex | 2C | CB | 11 | 4E | 0 | 5C | 14 | 6F | 55 | 2B |
| Octal | 54 | 313 | 21 | 116 | 0 | 134 | 24 | 157 | 125 | 53 |
| Binary | 101100 | 11001011 | 10001 | 1001110 | 0 | 1011100 | 10100 | 1101111 | 1010101 | 101011 |
Color Harmonies of #2CCB11
Complementary color
Monochromatic Colors of #2CCB11
Black with #2CCB11
Text Example
Text Example
White with #2CCB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCB11; }
p { color: rgb(44,203,17); }
H1.HeaderClassName
{
color: #2CCB11;
}
.AnyTagClassName
{
color: #2CCB11;
}
</style>
background-color css
<style>
a { background-color: #2CCB11; }
a { background-color: rgb(44,203,17); }
div.DivClassName
{
background-color: #2CCB11;
}
.BgClassName
{
background-color: #2CCB11;
}
</style>
border-color css
<style>
span { border-color: #2CCB11; }
span { border-color: rgb(44,203,17); }
td.TdClassName
{
border-color: #2CCB11;
}
.TagClassName
{
border-color: #2CCB11;
}
</style>