Shades of Lime Green #2CD214
Tints of Lime Green #2CD214
RGB
CMYK
RGB Variations
Color information
#2CD214 (or 0x2CD214) is known color: Lime Green. HEX triplet: 2C, D2 and 14. RGB value is (44,210,20). Sum of RGB (Red+Green+Blue) = 44+210+20=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 210 (82.42% from 255 or 76.64% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 210 - color contains mainly: green. Hex color #2CD214 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD214 is #D32DEB. Grayscale: #8B8B8B. Windows color (decimal): -13839852 or 1364524. OLE color: 1364524.
HSL color Cylindrical-coordinate representation of color #2CD214: hue angle of 112.42º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CD214 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 44 | 210 | 20 | - |
| CMYK | 0.79 | 0 | 0.90 | 0.18 |
| HSL | 112.42º | 0.83% | 0.45% | - |
| HSV(B) | 112.42º | 0.9% | 0.82% | - |
| XYZ | 24.21 | 46.68 | 8.4 | - |
| YUV | 138.71 | 61 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 210 | 20 | 0.79 | 0 | 0.90 | 0.18 | 112.42 | 0.83 | 0.45 |
| Hex | 2C | D2 | 14 | 4F | 0 | 5A | 12 | 70 | 53 | 2D |
| Octal | 54 | 322 | 24 | 117 | 0 | 132 | 22 | 160 | 123 | 55 |
| Binary | 101100 | 11010010 | 10100 | 1001111 | 0 | 1011010 | 10010 | 1110000 | 1010011 | 101101 |
Color Harmonies of #2CD214
Complementary color
Monochromatic Colors of #2CD214
Black with #2CD214
Text Example
Text Example
White with #2CD214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD214; }
p { color: rgb(44,210,20); }
H1.HeaderClassName
{
color: #2CD214;
}
.AnyTagClassName
{
color: #2CD214;
}
</style>
background-color css
<style>
a { background-color: #2CD214; }
a { background-color: rgb(44,210,20); }
div.DivClassName
{
background-color: #2CD214;
}
.BgClassName
{
background-color: #2CD214;
}
</style>
border-color css
<style>
span { border-color: #2CD214; }
span { border-color: rgb(44,210,20); }
td.TdClassName
{
border-color: #2CD214;
}
.TagClassName
{
border-color: #2CD214;
}
</style>