Shades of Electric Lime #C6F100
Tints of Electric Lime #C6F100
RGB
CMYK
RGB Variations
Color information
#C6F100 (or 0xC6F100) is known color: Electric Lime. HEX triplet: C6, F1 and 00. RGB value is (198,241,0). Sum of RGB (Red+Green+Blue) = 198+241+0=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 241 (94.53% from 255 or 54.90% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F100 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F100 is #390EFF. Grayscale: #C9C9C9. Windows color (decimal): -3739392 or 61894. OLE color: 61894.
HSL color Cylindrical-coordinate representation of color #C6F100: hue angle of 70.71º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6F100 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 241 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.05 |
| HSL | 70.71º | 1% | 0.47% | - |
| HSV(B) | 70.71º | 1% | 0.95% | - |
| XYZ | 54.74 | 74.92 | 11.57 | - |
| YUV | 200.67 | 14.75 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 241 | 0 | 0.18 | 0 | 1 | 0.05 | 70.71 | 1 | 0.47 |
| Hex | C6 | F1 | 0 | 12 | 0 | 64 | 5 | 47 | 64 | 2F |
| Octal | 306 | 361 | 0 | 22 | 0 | 144 | 5 | 107 | 144 | 57 |
| Binary | 11000110 | 11110001 | 0 | 10010 | 0 | 1100100 | 101 | 1000111 | 1100100 | 101111 |
Color Harmonies of #C6F100
Complementary color
Monochromatic Colors of #C6F100
Black with #C6F100
Text Example
Text Example
White with #C6F100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F100; }
p { color: rgb(198,241,0); }
H1.HeaderClassName
{
color: #C6F100;
}
.AnyTagClassName
{
color: #C6F100;
}
</style>
background-color css
<style>
a { background-color: #C6F100; }
a { background-color: rgb(198,241,0); }
div.DivClassName
{
background-color: #C6F100;
}
.BgClassName
{
background-color: #C6F100;
}
</style>
border-color css
<style>
span { border-color: #C6F100; }
span { border-color: rgb(198,241,0); }
td.TdClassName
{
border-color: #C6F100;
}
.TagClassName
{
border-color: #C6F100;
}
</style>