Shades of Electric Lime #C8F81D
Tints of Electric Lime #C8F81D
RGB
CMYK
RGB Variations
Color information
#C8F81D (or 0xC8F81D) is known color: Electric Lime. HEX triplet: C8, F8 and 1D. RGB value is (200,248,29). Sum of RGB (Red+Green+Blue) = 200+248+29=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 248 (97.27% from 255 or 51.99% from 477); Blue value is 29 (11.72% from 255 or 6.08% from 477); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F81D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F81D is #3707E2. Grayscale: #D1D1D1. Windows color (decimal): -3606499 or 1964232. OLE color: 1964232.
HSL color Cylindrical-coordinate representation of color #C8F81D: hue angle of 73.15º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8F81D is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 248 | 29 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.03 |
| HSL | 73.15º | 0.94% | 0.54% | - |
| HSV(B) | 73.15º | 0.88% | 0.97% | - |
| XYZ | 57.61 | 79.5 | 13.47 | - |
| YUV | 208.68 | 26.6 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 29 | 0.19 | 0 | 0.88 | 0.03 | 73.15 | 0.94 | 0.54 |
| Hex | C8 | F8 | 1D | 13 | 0 | 58 | 3 | 49 | 5E | 36 |
| Octal | 310 | 370 | 35 | 23 | 0 | 130 | 3 | 111 | 136 | 66 |
| Binary | 11001000 | 11111000 | 11101 | 10011 | 0 | 1011000 | 11 | 1001001 | 1011110 | 110110 |
Color Harmonies of #C8F81D
Complementary color
Monochromatic Colors of #C8F81D
Black with #C8F81D
Text Example
Text Example
White with #C8F81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F81D; }
p { color: rgb(200,248,29); }
H1.HeaderClassName
{
color: #C8F81D;
}
.AnyTagClassName
{
color: #C8F81D;
}
</style>
background-color css
<style>
a { background-color: #C8F81D; }
a { background-color: rgb(200,248,29); }
div.DivClassName
{
background-color: #C8F81D;
}
.BgClassName
{
background-color: #C8F81D;
}
</style>
border-color css
<style>
span { border-color: #C8F81D; }
span { border-color: rgb(200,248,29); }
td.TdClassName
{
border-color: #C8F81D;
}
.TagClassName
{
border-color: #C8F81D;
}
</style>