Shades of Electric Lime #C6F300
Tints of Electric Lime #C6F300
RGB
CMYK
RGB Variations
Color information
#C6F300 (or 0xC6F300) is known color: Electric Lime. HEX triplet: C6, F3 and 00. RGB value is (198,243,0). Sum of RGB (Red+Green+Blue) = 198+243+0=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 243 (95.31% from 255 or 55.10% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 243 - color contains mainly: green. Hex color #C6F300 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F300 is #390CFF. Grayscale: #CACACA. Windows color (decimal): -3738880 or 62406. OLE color: 62406.
HSL color Cylindrical-coordinate representation of color #C6F300: hue angle of 71.11º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6F300 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 243 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.05 |
| HSL | 71.11º | 1% | 0.48% | - |
| HSV(B) | 71.11º | 1% | 0.95% | - |
| XYZ | 55.34 | 76.11 | 11.77 | - |
| YUV | 201.84 | 14.09 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 243 | 0 | 0.19 | 0 | 1 | 0.05 | 71.11 | 1 | 0.48 |
| Hex | C6 | F3 | 0 | 13 | 0 | 64 | 5 | 47 | 64 | 30 |
| Octal | 306 | 363 | 0 | 23 | 0 | 144 | 5 | 107 | 144 | 60 |
| Binary | 11000110 | 11110011 | 0 | 10011 | 0 | 1100100 | 101 | 1000111 | 1100100 | 110000 |
Color Harmonies of #C6F300
Complementary color
Monochromatic Colors of #C6F300
Black with #C6F300
Text Example
Text Example
White with #C6F300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F300; }
p { color: rgb(198,243,0); }
H1.HeaderClassName
{
color: #C6F300;
}
.AnyTagClassName
{
color: #C6F300;
}
</style>
background-color css
<style>
a { background-color: #C6F300; }
a { background-color: rgb(198,243,0); }
div.DivClassName
{
background-color: #C6F300;
}
.BgClassName
{
background-color: #C6F300;
}
</style>
border-color css
<style>
span { border-color: #C6F300; }
span { border-color: rgb(198,243,0); }
td.TdClassName
{
border-color: #C6F300;
}
.TagClassName
{
border-color: #C6F300;
}
</style>