Shades of Electric Lime #C6FD03
Tints of Electric Lime #C6FD03
RGB
CMYK
RGB Variations
Color information
#C6FD03 (or 0xC6FD03) is known color: Electric Lime. HEX triplet: C6, FD and 03. RGB value is (198,253,3). Sum of RGB (Red+Green+Blue) = 198+253+3=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 253 (99.22% from 255 or 55.73% from 454); Blue value is 3 (1.56% from 255 or 0.66% from 454); Max value from RGB is 253 - color contains mainly: green. Hex color #C6FD03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6FD03 is #3902FC. Grayscale: #D1D1D1. Windows color (decimal): -3736317 or 261574. OLE color: 261574.
HSL color Cylindrical-coordinate representation of color #C6FD03: hue angle of 73.2º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C6FD03 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 253 | 3 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.01 |
| HSL | 73.2º | 0.98% | 0.5% | - |
| HSV(B) | 73.2º | 0.99% | 0.99% | - |
| XYZ | 58.43 | 82.26 | 12.88 | - |
| YUV | 208.06 | 12.28 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 253 | 3 | 0.22 | 0 | 0.99 | 0.01 | 73.2 | 0.98 | 0.5 |
| Hex | C6 | FD | 3 | 16 | 0 | 63 | 1 | 49 | 62 | 32 |
| Octal | 306 | 375 | 3 | 26 | 0 | 143 | 1 | 111 | 142 | 62 |
| Binary | 11000110 | 11111101 | 11 | 10110 | 0 | 1100011 | 1 | 1001001 | 1100010 | 110010 |
Color Harmonies of #C6FD03
Complementary color
Monochromatic Colors of #C6FD03
Black with #C6FD03
Text Example
Text Example
White with #C6FD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FD03; }
p { color: rgb(198,253,3); }
H1.HeaderClassName
{
color: #C6FD03;
}
.AnyTagClassName
{
color: #C6FD03;
}
</style>
background-color css
<style>
a { background-color: #C6FD03; }
a { background-color: rgb(198,253,3); }
div.DivClassName
{
background-color: #C6FD03;
}
.BgClassName
{
background-color: #C6FD03;
}
</style>
border-color css
<style>
span { border-color: #C6FD03; }
span { border-color: rgb(198,253,3); }
td.TdClassName
{
border-color: #C6FD03;
}
.TagClassName
{
border-color: #C6FD03;
}
</style>