Shades of Lime Green #2CC01B
Tints of Lime Green #2CC01B
RGB
CMYK
RGB Variations
Color information
#2CC01B (or 0x2CC01B) is known color: Lime Green. HEX triplet: 2C, C0 and 1B. RGB value is (44,192,27). Sum of RGB (Red+Green+Blue) = 44+192+27=263 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.73% from 263); Green value is 192 (75.39% from 255 or 73.00% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC01B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC01B is #D33FE4. Grayscale: #818181. Windows color (decimal): -13844453 or 1818668. OLE color: 1818668.
HSL color Cylindrical-coordinate representation of color #2CC01B: hue angle of 113.82º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CC01B is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 192 | 27 | - |
| CMYK | 0.77 | 0 | 0.86 | 0.25 |
| HSL | 113.82º | 0.75% | 0.43% | - |
| HSV(B) | 113.82º | 0.86% | 0.75% | - |
| XYZ | 20.09 | 38.31 | 7.37 | - |
| YUV | 128.94 | 70.47 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 192 | 27 | 0.77 | 0 | 0.86 | 0.25 | 113.82 | 0.75 | 0.43 |
| Hex | 2C | C0 | 1B | 4D | 0 | 56 | 19 | 72 | 4B | 2B |
| Octal | 54 | 300 | 33 | 115 | 0 | 126 | 31 | 162 | 113 | 53 |
| Binary | 101100 | 11000000 | 11011 | 1001101 | 0 | 1010110 | 11001 | 1110010 | 1001011 | 101011 |
Color Harmonies of #2CC01B
Complementary color
Monochromatic Colors of #2CC01B
Black with #2CC01B
Text Example
Text Example
White with #2CC01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC01B; }
p { color: rgb(44,192,27); }
H1.HeaderClassName
{
color: #2CC01B;
}
.AnyTagClassName
{
color: #2CC01B;
}
</style>
background-color css
<style>
a { background-color: #2CC01B; }
a { background-color: rgb(44,192,27); }
div.DivClassName
{
background-color: #2CC01B;
}
.BgClassName
{
background-color: #2CC01B;
}
</style>
border-color css
<style>
span { border-color: #2CC01B; }
span { border-color: rgb(44,192,27); }
td.TdClassName
{
border-color: #2CC01B;
}
.TagClassName
{
border-color: #2CC01B;
}
</style>