Shades of Electric Lime #C6FA05
Tints of Electric Lime #C6FA05
RGB
CMYK
RGB Variations
Color information
#C6FA05 (or 0xC6FA05) is known color: Electric Lime. HEX triplet: C6, FA and 05. RGB value is (198,250,5). Sum of RGB (Red+Green+Blue) = 198+250+5=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 250 (98.05% from 255 or 55.19% from 453); Blue value is 5 (2.34% from 255 or 1.10% from 453); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FA05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6FA05 is #3905FA. Grayscale: #CFCFCF. Windows color (decimal): -3737083 or 391878. OLE color: 391878.
HSL color Cylindrical-coordinate representation of color #C6FA05: hue angle of 72.73º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6FA05 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 250 | 5 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.02 |
| HSL | 72.73º | 0.96% | 0.5% | - |
| HSV(B) | 72.73º | 0.98% | 0.98% | - |
| XYZ | 57.5 | 80.39 | 12.63 | - |
| YUV | 206.52 | 14.27 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 250 | 5 | 0.21 | 0 | 0.98 | 0.02 | 72.73 | 0.96 | 0.5 |
| Hex | C6 | FA | 5 | 15 | 0 | 62 | 2 | 49 | 60 | 32 |
| Octal | 306 | 372 | 5 | 25 | 0 | 142 | 2 | 111 | 140 | 62 |
| Binary | 11000110 | 11111010 | 101 | 10101 | 0 | 1100010 | 10 | 1001001 | 1100000 | 110010 |
Color Harmonies of #C6FA05
Complementary color
Monochromatic Colors of #C6FA05
Black with #C6FA05
Text Example
Text Example
White with #C6FA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FA05; }
p { color: rgb(198,250,5); }
H1.HeaderClassName
{
color: #C6FA05;
}
.AnyTagClassName
{
color: #C6FA05;
}
</style>
background-color css
<style>
a { background-color: #C6FA05; }
a { background-color: rgb(198,250,5); }
div.DivClassName
{
background-color: #C6FA05;
}
.BgClassName
{
background-color: #C6FA05;
}
</style>
border-color css
<style>
span { border-color: #C6FA05; }
span { border-color: rgb(198,250,5); }
td.TdClassName
{
border-color: #C6FA05;
}
.TagClassName
{
border-color: #C6FA05;
}
</style>