Shades of Electric Lime #C6F205
Tints of Electric Lime #C6F205
RGB
CMYK
RGB Variations
Color information
#C6F205 (or 0xC6F205) is known color: Electric Lime. HEX triplet: C6, F2 and 05. RGB value is (198,242,5). Sum of RGB (Red+Green+Blue) = 198+242+5=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 242 (94.92% from 255 or 54.38% from 445); Blue value is 5 (2.34% from 255 or 1.12% from 445); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F205 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F205 is #390DFA. Grayscale: #CACACA. Windows color (decimal): -3739131 or 389830. OLE color: 389830.
HSL color Cylindrical-coordinate representation of color #C6F205: hue angle of 71.14º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6F205 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 242 | 5 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.05 |
| HSL | 71.14º | 0.96% | 0.48% | - |
| HSV(B) | 71.14º | 0.98% | 0.95% | - |
| XYZ | 55.07 | 75.52 | 11.82 | - |
| YUV | 201.83 | 16.92 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 242 | 5 | 0.18 | 0 | 0.98 | 0.05 | 71.14 | 0.96 | 0.48 |
| Hex | C6 | F2 | 5 | 12 | 0 | 62 | 5 | 47 | 60 | 30 |
| Octal | 306 | 362 | 5 | 22 | 0 | 142 | 5 | 107 | 140 | 60 |
| Binary | 11000110 | 11110010 | 101 | 10010 | 0 | 1100010 | 101 | 1000111 | 1100000 | 110000 |
Color Harmonies of #C6F205
Complementary color
Monochromatic Colors of #C6F205
Black with #C6F205
Text Example
Text Example
White with #C6F205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F205; }
p { color: rgb(198,242,5); }
H1.HeaderClassName
{
color: #C6F205;
}
.AnyTagClassName
{
color: #C6F205;
}
</style>
background-color css
<style>
a { background-color: #C6F205; }
a { background-color: rgb(198,242,5); }
div.DivClassName
{
background-color: #C6F205;
}
.BgClassName
{
background-color: #C6F205;
}
</style>
border-color css
<style>
span { border-color: #C6F205; }
span { border-color: rgb(198,242,5); }
td.TdClassName
{
border-color: #C6F205;
}
.TagClassName
{
border-color: #C6F205;
}
</style>