Shades of Electric Lime #C6FE03
Tints of Electric Lime #C6FE03
RGB
CMYK
RGB Variations
Color information
#C6FE03 (or 0xC6FE03) is known color: Electric Lime. HEX triplet: C6, FE and 03. RGB value is (198,254,3). Sum of RGB (Red+Green+Blue) = 198+254+3=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 254 (99.61% from 255 or 55.82% from 455); Blue value is 3 (1.56% from 255 or 0.66% from 455); Max value from RGB is 254 - color contains mainly: green. Hex color #C6FE03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6FE03 is #3901FC. Grayscale: #D1D1D1. Windows color (decimal): -3736061 or 261830. OLE color: 261830.
HSL color Cylindrical-coordinate representation of color #C6FE03: hue angle of 73.39º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C6FE03 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 254 | 3 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.00 |
| HSL | 73.39º | 0.99% | 0.5% | - |
| HSV(B) | 73.39º | 0.99% | 1% | - |
| XYZ | 58.75 | 82.9 | 12.99 | - |
| YUV | 208.64 | 11.95 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 254 | 3 | 0.22 | 0 | 0.99 | 0.00 | 73.39 | 0.99 | 0.5 |
| Hex | C6 | FE | 3 | 16 | 0 | 63 | 0 | 49 | 63 | 32 |
| Octal | 306 | 376 | 3 | 26 | 0 | 143 | 0 | 111 | 143 | 62 |
| Binary | 11000110 | 11111110 | 11 | 10110 | 0 | 1100011 | 0 | 1001001 | 1100011 | 110010 |
Color Harmonies of #C6FE03
Complementary color
Monochromatic Colors of #C6FE03
Black with #C6FE03
Text Example
Text Example
White with #C6FE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FE03; }
p { color: rgb(198,254,3); }
H1.HeaderClassName
{
color: #C6FE03;
}
.AnyTagClassName
{
color: #C6FE03;
}
</style>
background-color css
<style>
a { background-color: #C6FE03; }
a { background-color: rgb(198,254,3); }
div.DivClassName
{
background-color: #C6FE03;
}
.BgClassName
{
background-color: #C6FE03;
}
</style>
border-color css
<style>
span { border-color: #C6FE03; }
span { border-color: rgb(198,254,3); }
td.TdClassName
{
border-color: #C6FE03;
}
.TagClassName
{
border-color: #C6FE03;
}
</style>