Shades of Electric Lime #C6F603
Tints of Electric Lime #C6F603
RGB
CMYK
RGB Variations
Color information
#C6F603 (or 0xC6F603) is known color: Electric Lime. HEX triplet: C6, F6 and 03. RGB value is (198,246,3). Sum of RGB (Red+Green+Blue) = 198+246+3=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 246 (96.48% from 255 or 55.03% from 447); Blue value is 3 (1.56% from 255 or 0.67% from 447); Max value from RGB is 246 - color contains mainly: green. Hex color #C6F603 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F603 is #3909FC. Grayscale: #CCCCCC. Windows color (decimal): -3738109 or 259782. OLE color: 259782.
HSL color Cylindrical-coordinate representation of color #C6F603: hue angle of 71.85º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C6F603 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 246 | 3 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.04 |
| HSL | 71.85º | 0.98% | 0.49% | - |
| HSV(B) | 71.85º | 0.99% | 0.96% | - |
| XYZ | 56.26 | 77.92 | 12.16 | - |
| YUV | 203.95 | 14.6 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 246 | 3 | 0.20 | 0 | 0.99 | 0.04 | 71.85 | 0.98 | 0.49 |
| Hex | C6 | F6 | 3 | 14 | 0 | 63 | 4 | 48 | 62 | 31 |
| Octal | 306 | 366 | 3 | 24 | 0 | 143 | 4 | 110 | 142 | 61 |
| Binary | 11000110 | 11110110 | 11 | 10100 | 0 | 1100011 | 100 | 1001000 | 1100010 | 110001 |
Color Harmonies of #C6F603
Complementary color
Monochromatic Colors of #C6F603
Black with #C6F603
Text Example
Text Example
White with #C6F603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F603; }
p { color: rgb(198,246,3); }
H1.HeaderClassName
{
color: #C6F603;
}
.AnyTagClassName
{
color: #C6F603;
}
</style>
background-color css
<style>
a { background-color: #C6F603; }
a { background-color: rgb(198,246,3); }
div.DivClassName
{
background-color: #C6F603;
}
.BgClassName
{
background-color: #C6F603;
}
</style>
border-color css
<style>
span { border-color: #C6F603; }
span { border-color: rgb(198,246,3); }
td.TdClassName
{
border-color: #C6F603;
}
.TagClassName
{
border-color: #C6F603;
}
</style>