Shades of Lime Green #2CD514
Tints of Lime Green #2CD514
RGB
CMYK
RGB Variations
Color information
#2CD514 (or 0x2CD514) is known color: Lime Green. HEX triplet: 2C, D5 and 14. RGB value is (44,213,20). Sum of RGB (Red+Green+Blue) = 44+213+20=277 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.88% from 277); Green value is 213 (83.59% from 255 or 76.90% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 213 - color contains mainly: green. Hex color #2CD514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD514 is #D32AEB. Grayscale: #8D8D8D. Windows color (decimal): -13839084 or 1365292. OLE color: 1365292.
HSL color Cylindrical-coordinate representation of color #2CD514: hue angle of 112.54º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CD514 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 44 | 213 | 20 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.16 |
| HSL | 112.54º | 0.83% | 0.46% | - |
| HSV(B) | 112.54º | 0.91% | 0.84% | - |
| XYZ | 24.96 | 48.17 | 8.64 | - |
| YUV | 140.47 | 60.01 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 213 | 20 | 0.79 | 0 | 0.91 | 0.16 | 112.54 | 0.83 | 0.46 |
| Hex | 2C | D5 | 14 | 4F | 0 | 5B | 10 | 71 | 53 | 2E |
| Octal | 54 | 325 | 24 | 117 | 0 | 133 | 20 | 161 | 123 | 56 |
| Binary | 101100 | 11010101 | 10100 | 1001111 | 0 | 1011011 | 10000 | 1110001 | 1010011 | 101110 |
Color Harmonies of #2CD514
Complementary color
Monochromatic Colors of #2CD514
Black with #2CD514
Text Example
Text Example
White with #2CD514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD514; }
p { color: rgb(44,213,20); }
H1.HeaderClassName
{
color: #2CD514;
}
.AnyTagClassName
{
color: #2CD514;
}
</style>
background-color css
<style>
a { background-color: #2CD514; }
a { background-color: rgb(44,213,20); }
div.DivClassName
{
background-color: #2CD514;
}
.BgClassName
{
background-color: #2CD514;
}
</style>
border-color css
<style>
span { border-color: #2CD514; }
span { border-color: rgb(44,213,20); }
td.TdClassName
{
border-color: #2CD514;
}
.TagClassName
{
border-color: #2CD514;
}
</style>