Shades of Electric Lime #C6F701
Tints of Electric Lime #C6F701
RGB
CMYK
RGB Variations
Color information
#C6F701 (or 0xC6F701) is known color: Electric Lime. HEX triplet: C6, F7 and 01. RGB value is (198,247,1). Sum of RGB (Red+Green+Blue) = 198+247+1=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 247 (96.88% from 255 or 55.38% from 446); Blue value is 1 (0.78% from 255 or 0.22% from 446); Max value from RGB is 247 - color contains mainly: green. Hex color #C6F701 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F701 is #3908FE. Grayscale: #CDCDCD. Windows color (decimal): -3737855 or 128966. OLE color: 128966.
HSL color Cylindrical-coordinate representation of color #C6F701: hue angle of 71.95º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6F701 is Cyan = 0.20, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 247 | 1 | - |
| CMYK | 0.20 | 0 | 1.00 | 0.03 |
| HSL | 71.95º | 0.99% | 0.49% | - |
| HSV(B) | 71.95º | 1% | 0.97% | - |
| XYZ | 56.55 | 78.53 | 12.21 | - |
| YUV | 204.31 | 13.27 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 247 | 1 | 0.20 | 0 | 1.00 | 0.03 | 71.95 | 0.99 | 0.49 |
| Hex | C6 | F7 | 1 | 14 | 0 | 64 | 3 | 48 | 63 | 31 |
| Octal | 306 | 367 | 1 | 24 | 0 | 144 | 3 | 110 | 143 | 61 |
| Binary | 11000110 | 11110111 | 1 | 10100 | 0 | 1100100 | 11 | 1001000 | 1100011 | 110001 |
Color Harmonies of #C6F701
Complementary color
Monochromatic Colors of #C6F701
Black with #C6F701
Text Example
Text Example
White with #C6F701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F701; }
p { color: rgb(198,247,1); }
H1.HeaderClassName
{
color: #C6F701;
}
.AnyTagClassName
{
color: #C6F701;
}
</style>
background-color css
<style>
a { background-color: #C6F701; }
a { background-color: rgb(198,247,1); }
div.DivClassName
{
background-color: #C6F701;
}
.BgClassName
{
background-color: #C6F701;
}
</style>
border-color css
<style>
span { border-color: #C6F701; }
span { border-color: rgb(198,247,1); }
td.TdClassName
{
border-color: #C6F701;
}
.TagClassName
{
border-color: #C6F701;
}
</style>