Shades of Lime Green #2CCC1B
Tints of Lime Green #2CCC1B
RGB
CMYK
RGB Variations
Color information
#2CCC1B (or 0x2CCC1B) is known color: Lime Green. HEX triplet: 2C, CC and 1B. RGB value is (44,204,27). Sum of RGB (Red+Green+Blue) = 44+204+27=275 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16% from 275); Green value is 204 (80.08% from 255 or 74.18% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 204 - color contains mainly: green. Hex color #2CCC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCC1B is #D333E4. Grayscale: #888888. Windows color (decimal): -13841381 or 1821740. OLE color: 1821740.
HSL color Cylindrical-coordinate representation of color #2CCC1B: hue angle of 114.24º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2CCC1B is Cyan = 0.78, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 204 | 27 | - |
| CMYK | 0.78 | 0 | 0.87 | 0.2 |
| HSL | 114.24º | 0.77% | 0.45% | - |
| HSV(B) | 114.24º | 0.87% | 0.8% | - |
| XYZ | 22.83 | 43.8 | 8.29 | - |
| YUV | 135.98 | 66.49 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 204 | 27 | 0.78 | 0 | 0.87 | 0.2 | 114.24 | 0.77 | 0.45 |
| Hex | 2C | CC | 1B | 4E | 0 | 57 | 14 | 72 | 4D | 2D |
| Octal | 54 | 314 | 33 | 116 | 0 | 127 | 24 | 162 | 115 | 55 |
| Binary | 101100 | 11001100 | 11011 | 1001110 | 0 | 1010111 | 10100 | 1110010 | 1001101 | 101101 |
Color Harmonies of #2CCC1B
Complementary color
Monochromatic Colors of #2CCC1B
Black with #2CCC1B
Text Example
Text Example
White with #2CCC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCC1B; }
p { color: rgb(44,204,27); }
H1.HeaderClassName
{
color: #2CCC1B;
}
.AnyTagClassName
{
color: #2CCC1B;
}
</style>
background-color css
<style>
a { background-color: #2CCC1B; }
a { background-color: rgb(44,204,27); }
div.DivClassName
{
background-color: #2CCC1B;
}
.BgClassName
{
background-color: #2CCC1B;
}
</style>
border-color css
<style>
span { border-color: #2CCC1B; }
span { border-color: rgb(44,204,27); }
td.TdClassName
{
border-color: #2CCC1B;
}
.TagClassName
{
border-color: #2CCC1B;
}
</style>