Shades of Electric Lime #C8F103
Tints of Electric Lime #C8F103
RGB
CMYK
RGB Variations
Color information
#C8F103 (or 0xC8F103) is known color: Electric Lime. HEX triplet: C8, F1 and 03. RGB value is (200,241,3). Sum of RGB (Red+Green+Blue) = 200+241+3=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 241 (94.53% from 255 or 54.28% from 444); Blue value is 3 (1.56% from 255 or 0.68% from 444); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F103 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F103 is #370EFC. Grayscale: #CACACA. Windows color (decimal): -3608317 or 258504. OLE color: 258504.
HSL color Cylindrical-coordinate representation of color #C8F103: hue angle of 70.34º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8F103 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 3 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.05 |
| HSL | 70.34º | 0.98% | 0.48% | - |
| HSV(B) | 70.34º | 0.99% | 0.95% | - |
| XYZ | 55.29 | 75.2 | 11.69 | - |
| YUV | 201.61 | 15.92 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 3 | 0.17 | 0 | 0.99 | 0.05 | 70.34 | 0.98 | 0.48 |
| Hex | C8 | F1 | 3 | 11 | 0 | 63 | 5 | 46 | 62 | 30 |
| Octal | 310 | 361 | 3 | 21 | 0 | 143 | 5 | 106 | 142 | 60 |
| Binary | 11001000 | 11110001 | 11 | 10001 | 0 | 1100011 | 101 | 1000110 | 1100010 | 110000 |
Color Harmonies of #C8F103
Complementary color
Monochromatic Colors of #C8F103
Black with #C8F103
Text Example
Text Example
White with #C8F103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F103; }
p { color: rgb(200,241,3); }
H1.HeaderClassName
{
color: #C8F103;
}
.AnyTagClassName
{
color: #C8F103;
}
</style>
background-color css
<style>
a { background-color: #C8F103; }
a { background-color: rgb(200,241,3); }
div.DivClassName
{
background-color: #C8F103;
}
.BgClassName
{
background-color: #C8F103;
}
</style>
border-color css
<style>
span { border-color: #C8F103; }
span { border-color: rgb(200,241,3); }
td.TdClassName
{
border-color: #C8F103;
}
.TagClassName
{
border-color: #C8F103;
}
</style>