Shades of Lime Green #2CD914
Tints of Lime Green #2CD914
RGB
CMYK
RGB Variations
Color information
#2CD914 (or 0x2CD914) is known color: Lime Green. HEX triplet: 2C, D9 and 14. RGB value is (44,217,20). Sum of RGB (Red+Green+Blue) = 44+217+20=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 217 (85.16% from 255 or 77.22% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 217 - color contains mainly: green. Hex color #2CD914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD914 is #D326EB. Grayscale: #8F8F8F. Windows color (decimal): -13838060 or 1366316. OLE color: 1366316.
HSL color Cylindrical-coordinate representation of color #2CD914: hue angle of 112.69º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CD914 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 217 | 20 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.15 |
| HSL | 112.69º | 0.83% | 0.46% | - |
| HSV(B) | 112.69º | 0.91% | 0.85% | - |
| XYZ | 25.98 | 50.21 | 8.98 | - |
| YUV | 142.82 | 58.69 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 217 | 20 | 0.80 | 0 | 0.91 | 0.15 | 112.69 | 0.83 | 0.46 |
| Hex | 2C | D9 | 14 | 50 | 0 | 5B | F | 71 | 53 | 2E |
| Octal | 54 | 331 | 24 | 120 | 0 | 133 | 17 | 161 | 123 | 56 |
| Binary | 101100 | 11011001 | 10100 | 1010000 | 0 | 1011011 | 1111 | 1110001 | 1010011 | 101110 |
Color Harmonies of #2CD914
Complementary color
Monochromatic Colors of #2CD914
Black with #2CD914
Text Example
Text Example
White with #2CD914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD914; }
p { color: rgb(44,217,20); }
H1.HeaderClassName
{
color: #2CD914;
}
.AnyTagClassName
{
color: #2CD914;
}
</style>
background-color css
<style>
a { background-color: #2CD914; }
a { background-color: rgb(44,217,20); }
div.DivClassName
{
background-color: #2CD914;
}
.BgClassName
{
background-color: #2CD914;
}
</style>
border-color css
<style>
span { border-color: #2CD914; }
span { border-color: rgb(44,217,20); }
td.TdClassName
{
border-color: #2CD914;
}
.TagClassName
{
border-color: #2CD914;
}
</style>