Shades of Lime Green #2CC914
Tints of Lime Green #2CC914
RGB
CMYK
RGB Variations
Color information
#2CC914 (or 0x2CC914) is known color: Lime Green. HEX triplet: 2C, C9 and 14. RGB value is (44,201,20). Sum of RGB (Red+Green+Blue) = 44+201+20=265 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.60% from 265); Green value is 201 (78.91% from 255 or 75.85% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 201 - color contains mainly: green. Hex color #2CC914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC914 is #D336EB. Grayscale: #858585. Windows color (decimal): -13842156 or 1362220. OLE color: 1362220.
HSL color Cylindrical-coordinate representation of color #2CC914: hue angle of 112.04º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CC914 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 201 | 20 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.21 |
| HSL | 112.04º | 0.82% | 0.43% | - |
| HSV(B) | 112.04º | 0.9% | 0.79% | - |
| XYZ | 22.05 | 42.36 | 7.68 | - |
| YUV | 133.42 | 63.99 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 201 | 20 | 0.78 | 0 | 0.90 | 0.21 | 112.04 | 0.82 | 0.43 |
| Hex | 2C | C9 | 14 | 4E | 0 | 5A | 15 | 70 | 52 | 2B |
| Octal | 54 | 311 | 24 | 116 | 0 | 132 | 25 | 160 | 122 | 53 |
| Binary | 101100 | 11001001 | 10100 | 1001110 | 0 | 1011010 | 10101 | 1110000 | 1010010 | 101011 |
Color Harmonies of #2CC914
Complementary color
Monochromatic Colors of #2CC914
Black with #2CC914
Text Example
Text Example
White with #2CC914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC914; }
p { color: rgb(44,201,20); }
H1.HeaderClassName
{
color: #2CC914;
}
.AnyTagClassName
{
color: #2CC914;
}
</style>
background-color css
<style>
a { background-color: #2CC914; }
a { background-color: rgb(44,201,20); }
div.DivClassName
{
background-color: #2CC914;
}
.BgClassName
{
background-color: #2CC914;
}
</style>
border-color css
<style>
span { border-color: #2CC914; }
span { border-color: rgb(44,201,20); }
td.TdClassName
{
border-color: #2CC914;
}
.TagClassName
{
border-color: #2CC914;
}
</style>