Shades of Electric Lime #C8F106
Tints of Electric Lime #C8F106
RGB
CMYK
RGB Variations
Color information
#C8F106 (or 0xC8F106) is known color: Electric Lime. HEX triplet: C8, F1 and 06. RGB value is (200,241,6). Sum of RGB (Red+Green+Blue) = 200+241+6=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 241 (94.53% from 255 or 53.91% from 447); Blue value is 6 (2.73% from 255 or 1.34% from 447); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F106 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F106 is #370EF9. Grayscale: #CACACA. Windows color (decimal): -3608314 or 455112. OLE color: 455112.
HSL color Cylindrical-coordinate representation of color #C8F106: hue angle of 70.47º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8F106 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 6 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.05 |
| HSL | 70.47º | 0.95% | 0.48% | - |
| HSV(B) | 70.47º | 0.98% | 0.95% | - |
| XYZ | 55.31 | 75.2 | 11.77 | - |
| YUV | 201.95 | 17.42 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 6 | 0.17 | 0 | 0.98 | 0.05 | 70.47 | 0.95 | 0.48 |
| Hex | C8 | F1 | 6 | 11 | 0 | 62 | 5 | 46 | 5F | 30 |
| Octal | 310 | 361 | 6 | 21 | 0 | 142 | 5 | 106 | 137 | 60 |
| Binary | 11001000 | 11110001 | 110 | 10001 | 0 | 1100010 | 101 | 1000110 | 1011111 | 110000 |
Color Harmonies of #C8F106
Complementary color
Monochromatic Colors of #C8F106
Black with #C8F106
Text Example
Text Example
White with #C8F106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F106; }
p { color: rgb(200,241,6); }
H1.HeaderClassName
{
color: #C8F106;
}
.AnyTagClassName
{
color: #C8F106;
}
</style>
background-color css
<style>
a { background-color: #C8F106; }
a { background-color: rgb(200,241,6); }
div.DivClassName
{
background-color: #C8F106;
}
.BgClassName
{
background-color: #C8F106;
}
</style>
border-color css
<style>
span { border-color: #C8F106; }
span { border-color: rgb(200,241,6); }
td.TdClassName
{
border-color: #C8F106;
}
.TagClassName
{
border-color: #C8F106;
}
</style>