Shades of Electric Lime #C2FE13
Tints of Electric Lime #C2FE13
RGB
CMYK
RGB Variations
Color information
#C2FE13 (or 0xC2FE13) is known color: Electric Lime. HEX triplet: C2, FE and 13. RGB value is (194,254,19). Sum of RGB (Red+Green+Blue) = 194+254+19=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 254 (99.61% from 255 or 54.39% from 467); Blue value is 19 (7.81% from 255 or 4.07% from 467); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FE13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FE13 is #3D01EC. Grayscale: #D2D2D2. Windows color (decimal): -3998189 or 1310402. OLE color: 1310402.
HSL color Cylindrical-coordinate representation of color #C2FE13: hue angle of 75.32º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2FE13 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 19 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.00 |
| HSL | 75.32º | 0.99% | 0.54% | - |
| HSV(B) | 75.32º | 0.93% | 1% | - |
| XYZ | 57.81 | 82.4 | 13.47 | - |
| YUV | 209.27 | 20.62 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 19 | 0.24 | 0 | 0.93 | 0.00 | 75.32 | 0.99 | 0.54 |
| Hex | C2 | FE | 13 | 18 | 0 | 5D | 0 | 4B | 63 | 36 |
| Octal | 302 | 376 | 23 | 30 | 0 | 135 | 0 | 113 | 143 | 66 |
| Binary | 11000010 | 11111110 | 10011 | 11000 | 0 | 1011101 | 0 | 1001011 | 1100011 | 110110 |
Color Harmonies of #C2FE13
Complementary color
Monochromatic Colors of #C2FE13
Black with #C2FE13
Text Example
Text Example
White with #C2FE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FE13; }
p { color: rgb(194,254,19); }
H1.HeaderClassName
{
color: #C2FE13;
}
.AnyTagClassName
{
color: #C2FE13;
}
</style>
background-color css
<style>
a { background-color: #C2FE13; }
a { background-color: rgb(194,254,19); }
div.DivClassName
{
background-color: #C2FE13;
}
.BgClassName
{
background-color: #C2FE13;
}
</style>
border-color css
<style>
span { border-color: #C2FE13; }
span { border-color: rgb(194,254,19); }
td.TdClassName
{
border-color: #C2FE13;
}
.TagClassName
{
border-color: #C2FE13;
}
</style>