Shades of Electric Lime #C8F40A
Tints of Electric Lime #C8F40A
RGB
CMYK
RGB Variations
Color information
#C8F40A (or 0xC8F40A) is known color: Electric Lime. HEX triplet: C8, F4 and 0A. RGB value is (200,244,10). Sum of RGB (Red+Green+Blue) = 200+244+10=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 244 (95.70% from 255 or 53.74% from 454); Blue value is 10 (4.30% from 255 or 2.20% from 454); Max value from RGB is 244 - color contains mainly: green. Hex color #C8F40A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F40A is #370BF5. Grayscale: #CDCDCD. Windows color (decimal): -3607542 or 718024. OLE color: 718024.
HSL color Cylindrical-coordinate representation of color #C8F40A: hue angle of 71.28º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8F40A is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 244 | 10 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.04 |
| HSL | 71.28º | 0.92% | 0.5% | - |
| HSV(B) | 71.28º | 0.96% | 0.96% | - |
| XYZ | 56.22 | 77 | 12.19 | - |
| YUV | 204.17 | 18.42 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 244 | 10 | 0.18 | 0 | 0.96 | 0.04 | 71.28 | 0.92 | 0.5 |
| Hex | C8 | F4 | A | 12 | 0 | 60 | 4 | 47 | 5C | 32 |
| Octal | 310 | 364 | 12 | 22 | 0 | 140 | 4 | 107 | 134 | 62 |
| Binary | 11001000 | 11110100 | 1010 | 10010 | 0 | 1100000 | 100 | 1000111 | 1011100 | 110010 |
Color Harmonies of #C8F40A
Complementary color
Monochromatic Colors of #C8F40A
Black with #C8F40A
Text Example
Text Example
White with #C8F40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F40A; }
p { color: rgb(200,244,10); }
H1.HeaderClassName
{
color: #C8F40A;
}
.AnyTagClassName
{
color: #C8F40A;
}
</style>
background-color css
<style>
a { background-color: #C8F40A; }
a { background-color: rgb(200,244,10); }
div.DivClassName
{
background-color: #C8F40A;
}
.BgClassName
{
background-color: #C8F40A;
}
</style>
border-color css
<style>
span { border-color: #C8F40A; }
span { border-color: rgb(200,244,10); }
td.TdClassName
{
border-color: #C8F40A;
}
.TagClassName
{
border-color: #C8F40A;
}
</style>