Shades of Electric Lime #C6FB03
Tints of Electric Lime #C6FB03
RGB
CMYK
RGB Variations
Color information
#C6FB03 (or 0xC6FB03) is known color: Electric Lime. HEX triplet: C6, FB and 03. RGB value is (198,251,3). Sum of RGB (Red+Green+Blue) = 198+251+3=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 251 (98.44% from 255 or 55.53% from 452); Blue value is 3 (1.56% from 255 or 0.66% from 452); Max value from RGB is 251 - color contains mainly: green. Hex color #C6FB03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6FB03 is #3904FC. Grayscale: #CFCFCF. Windows color (decimal): -3736829 or 261062. OLE color: 261062.
HSL color Cylindrical-coordinate representation of color #C6FB03: hue angle of 72.82º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C6FB03 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 251 | 3 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.02 |
| HSL | 72.82º | 0.98% | 0.5% | - |
| HSV(B) | 72.82º | 0.99% | 0.98% | - |
| XYZ | 57.8 | 81.01 | 12.68 | - |
| YUV | 206.88 | 12.94 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 251 | 3 | 0.21 | 0 | 0.99 | 0.02 | 72.82 | 0.98 | 0.5 |
| Hex | C6 | FB | 3 | 15 | 0 | 63 | 2 | 49 | 62 | 32 |
| Octal | 306 | 373 | 3 | 25 | 0 | 143 | 2 | 111 | 142 | 62 |
| Binary | 11000110 | 11111011 | 11 | 10101 | 0 | 1100011 | 10 | 1001001 | 1100010 | 110010 |
Color Harmonies of #C6FB03
Complementary color
Monochromatic Colors of #C6FB03
Black with #C6FB03
Text Example
Text Example
White with #C6FB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FB03; }
p { color: rgb(198,251,3); }
H1.HeaderClassName
{
color: #C6FB03;
}
.AnyTagClassName
{
color: #C6FB03;
}
</style>
background-color css
<style>
a { background-color: #C6FB03; }
a { background-color: rgb(198,251,3); }
div.DivClassName
{
background-color: #C6FB03;
}
.BgClassName
{
background-color: #C6FB03;
}
</style>
border-color css
<style>
span { border-color: #C6FB03; }
span { border-color: rgb(198,251,3); }
td.TdClassName
{
border-color: #C6FB03;
}
.TagClassName
{
border-color: #C6FB03;
}
</style>