Shades of Electric Lime #C8FD10
Tints of Electric Lime #C8FD10
RGB
CMYK
RGB Variations
Color information
#C8FD10 (or 0xC8FD10) is known color: Electric Lime. HEX triplet: C8, FD and 10. RGB value is (200,253,16). Sum of RGB (Red+Green+Blue) = 200+253+16=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 253 (99.22% from 255 or 53.94% from 469); Blue value is 16 (6.64% from 255 or 3.41% from 469); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FD10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FD10 is #3702EF. Grayscale: #D3D3D3. Windows color (decimal): -3605232 or 1113544. OLE color: 1113544.
HSL color Cylindrical-coordinate representation of color #C8FD10: hue angle of 73.42º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8FD10 is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 253 | 16 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.01 |
| HSL | 73.42º | 0.98% | 0.53% | - |
| HSV(B) | 73.42º | 0.94% | 0.99% | - |
| XYZ | 59.04 | 82.57 | 13.32 | - |
| YUV | 210.14 | 18.44 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 253 | 16 | 0.21 | 0 | 0.94 | 0.01 | 73.42 | 0.98 | 0.53 |
| Hex | C8 | FD | 10 | 15 | 0 | 5E | 1 | 49 | 62 | 35 |
| Octal | 310 | 375 | 20 | 25 | 0 | 136 | 1 | 111 | 142 | 65 |
| Binary | 11001000 | 11111101 | 10000 | 10101 | 0 | 1011110 | 1 | 1001001 | 1100010 | 110101 |
Color Harmonies of #C8FD10
Complementary color
Monochromatic Colors of #C8FD10
Black with #C8FD10
Text Example
Text Example
White with #C8FD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FD10; }
p { color: rgb(200,253,16); }
H1.HeaderClassName
{
color: #C8FD10;
}
.AnyTagClassName
{
color: #C8FD10;
}
</style>
background-color css
<style>
a { background-color: #C8FD10; }
a { background-color: rgb(200,253,16); }
div.DivClassName
{
background-color: #C8FD10;
}
.BgClassName
{
background-color: #C8FD10;
}
</style>
border-color css
<style>
span { border-color: #C8FD10; }
span { border-color: rgb(200,253,16); }
td.TdClassName
{
border-color: #C8FD10;
}
.TagClassName
{
border-color: #C8FD10;
}
</style>