Shades of Electric Lime #C8E203
Tints of Electric Lime #C8E203
RGB
CMYK
RGB Variations
Color information
#C8E203 (or 0xC8E203) is known color: Electric Lime. HEX triplet: C8, E2 and 03. RGB value is (200,226,3). Sum of RGB (Red+Green+Blue) = 200+226+3=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 226 (88.67% from 255 or 52.68% from 429); Blue value is 3 (1.56% from 255 or 0.70% from 429); Max value from RGB is 226 - color contains mainly: green. Hex color #C8E203 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8E203 is #371DFC. Grayscale: #C1C1C1. Windows color (decimal): -3612157 or 254664. OLE color: 254664.
HSL color Cylindrical-coordinate representation of color #C8E203: hue angle of 67º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8E203 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 226 | 3 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.11 |
| HSL | 67º | 0.97% | 0.45% | - |
| HSV(B) | 67º | 0.99% | 0.89% | - |
| XYZ | 51.03 | 66.68 | 10.27 | - |
| YUV | 192.8 | 20.89 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 226 | 3 | 0.12 | 0 | 0.99 | 0.11 | 67 | 0.97 | 0.45 |
| Hex | C8 | E2 | 3 | C | 0 | 63 | B | 43 | 61 | 2D |
| Octal | 310 | 342 | 3 | 14 | 0 | 143 | 13 | 103 | 141 | 55 |
| Binary | 11001000 | 11100010 | 11 | 1100 | 0 | 1100011 | 1011 | 1000011 | 1100001 | 101101 |
Color Harmonies of #C8E203
Complementary color
Monochromatic Colors of #C8E203
Black with #C8E203
Text Example
Text Example
White with #C8E203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E203; }
p { color: rgb(200,226,3); }
H1.HeaderClassName
{
color: #C8E203;
}
.AnyTagClassName
{
color: #C8E203;
}
</style>
background-color css
<style>
a { background-color: #C8E203; }
a { background-color: rgb(200,226,3); }
div.DivClassName
{
background-color: #C8E203;
}
.BgClassName
{
background-color: #C8E203;
}
</style>
border-color css
<style>
span { border-color: #C8E203; }
span { border-color: rgb(200,226,3); }
td.TdClassName
{
border-color: #C8E203;
}
.TagClassName
{
border-color: #C8E203;
}
</style>