Shades of Lime Green #2CD113
Tints of Lime Green #2CD113
RGB
CMYK
RGB Variations
Color information
#2CD113 (or 0x2CD113) is known color: Lime Green. HEX triplet: 2C, D1 and 13. RGB value is (44,209,19). Sum of RGB (Red+Green+Blue) = 44+209+19=272 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.18% from 272); Green value is 209 (82.03% from 255 or 76.84% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 209 - color contains mainly: green. Hex color #2CD113 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD113 is #D32EEC. Grayscale: #8A8A8A. Windows color (decimal): -13840109 or 1298732. OLE color: 1298732.
HSL color Cylindrical-coordinate representation of color #2CD113: hue angle of 112.11º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CD113 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 44 | 209 | 19 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.18 |
| HSL | 112.11º | 0.83% | 0.45% | - |
| HSV(B) | 112.11º | 0.91% | 0.82% | - |
| XYZ | 23.96 | 46.18 | 8.27 | - |
| YUV | 138.01 | 60.84 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 209 | 19 | 0.79 | 0 | 0.91 | 0.18 | 112.11 | 0.83 | 0.45 |
| Hex | 2C | D1 | 13 | 4F | 0 | 5B | 12 | 70 | 53 | 2D |
| Octal | 54 | 321 | 23 | 117 | 0 | 133 | 22 | 160 | 123 | 55 |
| Binary | 101100 | 11010001 | 10011 | 1001111 | 0 | 1011011 | 10010 | 1110000 | 1010011 | 101101 |
Color Harmonies of #2CD113
Complementary color
Monochromatic Colors of #2CD113
Black with #2CD113
Text Example
Text Example
White with #2CD113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD113; }
p { color: rgb(44,209,19); }
H1.HeaderClassName
{
color: #2CD113;
}
.AnyTagClassName
{
color: #2CD113;
}
</style>
background-color css
<style>
a { background-color: #2CD113; }
a { background-color: rgb(44,209,19); }
div.DivClassName
{
background-color: #2CD113;
}
.BgClassName
{
background-color: #2CD113;
}
</style>
border-color css
<style>
span { border-color: #2CD113; }
span { border-color: rgb(44,209,19); }
td.TdClassName
{
border-color: #2CD113;
}
.TagClassName
{
border-color: #2CD113;
}
</style>