Shades of Lime Green #2ECC13
Tints of Lime Green #2ECC13
RGB
CMYK
RGB Variations
Color information
#2ECC13 (or 0x2ECC13) is known color: Lime Green. HEX triplet: 2E, CC and 13. RGB value is (46,204,19). Sum of RGB (Red+Green+Blue) = 46+204+19=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 204 (80.08% from 255 or 75.84% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECC13 is #D133EC. Grayscale: #888888. Windows color (decimal): -13710317 or 1297454. OLE color: 1297454.
HSL color Cylindrical-coordinate representation of color #2ECC13: hue angle of 111.24º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2ECC13 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 204 | 19 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.2 |
| HSL | 111.24º | 0.83% | 0.44% | - |
| HSV(B) | 111.24º | 0.91% | 0.8% | - |
| XYZ | 22.84 | 43.81 | 7.87 | - |
| YUV | 135.67 | 62.15 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 19 | 0.77 | 0 | 0.91 | 0.2 | 111.24 | 0.83 | 0.44 |
| Hex | 2E | CC | 13 | 4D | 0 | 5B | 14 | 6F | 53 | 2C |
| Octal | 56 | 314 | 23 | 115 | 0 | 133 | 24 | 157 | 123 | 54 |
| Binary | 101110 | 11001100 | 10011 | 1001101 | 0 | 1011011 | 10100 | 1101111 | 1010011 | 101100 |
Color Harmonies of #2ECC13
Complementary color
Monochromatic Colors of #2ECC13
Black with #2ECC13
Text Example
Text Example
White with #2ECC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECC13; }
p { color: rgb(46,204,19); }
H1.HeaderClassName
{
color: #2ECC13;
}
.AnyTagClassName
{
color: #2ECC13;
}
</style>
background-color css
<style>
a { background-color: #2ECC13; }
a { background-color: rgb(46,204,19); }
div.DivClassName
{
background-color: #2ECC13;
}
.BgClassName
{
background-color: #2ECC13;
}
</style>
border-color css
<style>
span { border-color: #2ECC13; }
span { border-color: rgb(46,204,19); }
td.TdClassName
{
border-color: #2ECC13;
}
.TagClassName
{
border-color: #2ECC13;
}
</style>