Shades of Electric Lime #C8FE04
Tints of Electric Lime #C8FE04
RGB
CMYK
RGB Variations
Color information
#C8FE04 (or 0xC8FE04) is known color: Electric Lime. HEX triplet: C8, FE and 04. RGB value is (200,254,4). Sum of RGB (Red+Green+Blue) = 200+254+4=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 254 (99.61% from 255 or 55.46% from 458); Blue value is 4 (1.95% from 255 or 0.87% from 458); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FE04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FE04 is #3701FB. Grayscale: #D2D2D2. Windows color (decimal): -3604988 or 327368. OLE color: 327368.
HSL color Cylindrical-coordinate representation of color #C8FE04: hue angle of 72.96º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8FE04 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 254 | 4 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.00 |
| HSL | 72.96º | 0.99% | 0.51% | - |
| HSV(B) | 72.96º | 0.98% | 1% | - |
| XYZ | 59.28 | 83.17 | 13.04 | - |
| YUV | 209.35 | 12.11 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 254 | 4 | 0.21 | 0 | 0.98 | 0.00 | 72.96 | 0.99 | 0.51 |
| Hex | C8 | FE | 4 | 15 | 0 | 62 | 0 | 49 | 63 | 33 |
| Octal | 310 | 376 | 4 | 25 | 0 | 142 | 0 | 111 | 143 | 63 |
| Binary | 11001000 | 11111110 | 100 | 10101 | 0 | 1100010 | 0 | 1001001 | 1100011 | 110011 |
Color Harmonies of #C8FE04
Complementary color
Monochromatic Colors of #C8FE04
Black with #C8FE04
Text Example
Text Example
White with #C8FE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FE04; }
p { color: rgb(200,254,4); }
H1.HeaderClassName
{
color: #C8FE04;
}
.AnyTagClassName
{
color: #C8FE04;
}
</style>
background-color css
<style>
a { background-color: #C8FE04; }
a { background-color: rgb(200,254,4); }
div.DivClassName
{
background-color: #C8FE04;
}
.BgClassName
{
background-color: #C8FE04;
}
</style>
border-color css
<style>
span { border-color: #C8FE04; }
span { border-color: rgb(200,254,4); }
td.TdClassName
{
border-color: #C8FE04;
}
.TagClassName
{
border-color: #C8FE04;
}
</style>