Shades of Electric Lime #C8FE0A
Tints of Electric Lime #C8FE0A
RGB
CMYK
RGB Variations
Color information
#C8FE0A (or 0xC8FE0A) is known color: Electric Lime. HEX triplet: C8, FE and 0A. RGB value is (200,254,10). Sum of RGB (Red+Green+Blue) = 200+254+10=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 10 (4.30% from 255 or 2.16% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FE0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FE0A is #3701F5. Grayscale: #D2D2D2. Windows color (decimal): -3604982 or 720584. OLE color: 720584.
HSL color Cylindrical-coordinate representation of color #C8FE0A: hue angle of 73.28º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8FE0A is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 254 | 10 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.00 |
| HSL | 73.28º | 0.99% | 0.52% | - |
| HSV(B) | 73.28º | 0.96% | 1% | - |
| XYZ | 59.32 | 83.18 | 13.22 | - |
| YUV | 210.04 | 15.11 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 254 | 10 | 0.21 | 0 | 0.96 | 0.00 | 73.28 | 0.99 | 0.52 |
| Hex | C8 | FE | A | 15 | 0 | 60 | 0 | 49 | 63 | 34 |
| Octal | 310 | 376 | 12 | 25 | 0 | 140 | 0 | 111 | 143 | 64 |
| Binary | 11001000 | 11111110 | 1010 | 10101 | 0 | 1100000 | 0 | 1001001 | 1100011 | 110100 |
Color Harmonies of #C8FE0A
Complementary color
Monochromatic Colors of #C8FE0A
Black with #C8FE0A
Text Example
Text Example
White with #C8FE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FE0A; }
p { color: rgb(200,254,10); }
H1.HeaderClassName
{
color: #C8FE0A;
}
.AnyTagClassName
{
color: #C8FE0A;
}
</style>
background-color css
<style>
a { background-color: #C8FE0A; }
a { background-color: rgb(200,254,10); }
div.DivClassName
{
background-color: #C8FE0A;
}
.BgClassName
{
background-color: #C8FE0A;
}
</style>
border-color css
<style>
span { border-color: #C8FE0A; }
span { border-color: rgb(200,254,10); }
td.TdClassName
{
border-color: #C8FE0A;
}
.TagClassName
{
border-color: #C8FE0A;
}
</style>