Shades of Electric Lime #C8E700
Tints of Electric Lime #C8E700
RGB
CMYK
RGB Variations
Color information
#C8E700 (or 0xC8E700) is known color: Electric Lime. HEX triplet: C8, E7 and 00. RGB value is (200,231,0). Sum of RGB (Red+Green+Blue) = 200+231+0=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 231 (90.62% from 255 or 53.60% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 231 - color contains mainly: green. Hex color #C8E700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8E700 is #3718FF. Grayscale: #C4C4C4. Windows color (decimal): -3610880 or 59336. OLE color: 59336.
HSL color Cylindrical-coordinate representation of color #C8E700: hue angle of 68.05º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8E700 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 231 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.09 |
| HSL | 68.05º | 1% | 0.45% | - |
| HSV(B) | 68.05º | 1% | 0.91% | - |
| XYZ | 52.4 | 69.43 | 10.64 | - |
| YUV | 195.4 | 17.73 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 231 | 0 | 0.13 | 0 | 1 | 0.09 | 68.05 | 1 | 0.45 |
| Hex | C8 | E7 | 0 | D | 0 | 64 | 9 | 44 | 64 | 2D |
| Octal | 310 | 347 | 0 | 15 | 0 | 144 | 11 | 104 | 144 | 55 |
| Binary | 11001000 | 11100111 | 0 | 1101 | 0 | 1100100 | 1001 | 1000100 | 1100100 | 101101 |
Color Harmonies of #C8E700
Complementary color
Monochromatic Colors of #C8E700
Black with #C8E700
Text Example
Text Example
White with #C8E700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E700; }
p { color: rgb(200,231,0); }
H1.HeaderClassName
{
color: #C8E700;
}
.AnyTagClassName
{
color: #C8E700;
}
</style>
background-color css
<style>
a { background-color: #C8E700; }
a { background-color: rgb(200,231,0); }
div.DivClassName
{
background-color: #C8E700;
}
.BgClassName
{
background-color: #C8E700;
}
</style>
border-color css
<style>
span { border-color: #C8E700; }
span { border-color: rgb(200,231,0); }
td.TdClassName
{
border-color: #C8E700;
}
.TagClassName
{
border-color: #C8E700;
}
</style>