Shades of Electric Lime #C8FD11
Tints of Electric Lime #C8FD11
RGB
CMYK
RGB Variations
Color information
#C8FD11 (or 0xC8FD11) is known color: Electric Lime. HEX triplet: C8, FD and 11. RGB value is (200,253,17). Sum of RGB (Red+Green+Blue) = 200+253+17=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 253 (99.22% from 255 or 53.83% from 470); Blue value is 17 (7.03% from 255 or 3.62% from 470); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FD11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FD11 is #3702EE. Grayscale: #D3D3D3. Windows color (decimal): -3605231 or 1179080. OLE color: 1179080.
HSL color Cylindrical-coordinate representation of color #C8FD11: hue angle of 73.47º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8FD11 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 253 | 17 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.01 |
| HSL | 73.47º | 0.98% | 0.53% | - |
| HSV(B) | 73.47º | 0.93% | 0.99% | - |
| XYZ | 59.05 | 82.57 | 13.36 | - |
| YUV | 210.25 | 18.94 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 253 | 17 | 0.21 | 0 | 0.93 | 0.01 | 73.47 | 0.98 | 0.53 |
| Hex | C8 | FD | 11 | 15 | 0 | 5D | 1 | 49 | 62 | 35 |
| Octal | 310 | 375 | 21 | 25 | 0 | 135 | 1 | 111 | 142 | 65 |
| Binary | 11001000 | 11111101 | 10001 | 10101 | 0 | 1011101 | 1 | 1001001 | 1100010 | 110101 |
Color Harmonies of #C8FD11
Complementary color
Monochromatic Colors of #C8FD11
Black with #C8FD11
Text Example
Text Example
White with #C8FD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FD11; }
p { color: rgb(200,253,17); }
H1.HeaderClassName
{
color: #C8FD11;
}
.AnyTagClassName
{
color: #C8FD11;
}
</style>
background-color css
<style>
a { background-color: #C8FD11; }
a { background-color: rgb(200,253,17); }
div.DivClassName
{
background-color: #C8FD11;
}
.BgClassName
{
background-color: #C8FD11;
}
</style>
border-color css
<style>
span { border-color: #C8FD11; }
span { border-color: rgb(200,253,17); }
td.TdClassName
{
border-color: #C8FD11;
}
.TagClassName
{
border-color: #C8FD11;
}
</style>