Shades of Electric Lime #C6F207
Tints of Electric Lime #C6F207
RGB
CMYK
RGB Variations
Color information
#C6F207 (or 0xC6F207) is known color: Electric Lime. HEX triplet: C6, F2 and 07. RGB value is (198,242,7). Sum of RGB (Red+Green+Blue) = 198+242+7=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 242 (94.92% from 255 or 54.14% from 447); Blue value is 7 (3.12% from 255 or 1.57% from 447); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F207 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F207 is #390DF8. Grayscale: #CACACA. Windows color (decimal): -3739129 or 520902. OLE color: 520902.
HSL color Cylindrical-coordinate representation of color #C6F207: hue angle of 71.23º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C6F207 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 242 | 7 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.05 |
| HSL | 71.23º | 0.94% | 0.49% | - |
| HSV(B) | 71.23º | 0.97% | 0.95% | - |
| XYZ | 55.08 | 75.53 | 11.88 | - |
| YUV | 202.05 | 17.92 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 242 | 7 | 0.18 | 0 | 0.97 | 0.05 | 71.23 | 0.94 | 0.49 |
| Hex | C6 | F2 | 7 | 12 | 0 | 61 | 5 | 47 | 5E | 31 |
| Octal | 306 | 362 | 7 | 22 | 0 | 141 | 5 | 107 | 136 | 61 |
| Binary | 11000110 | 11110010 | 111 | 10010 | 0 | 1100001 | 101 | 1000111 | 1011110 | 110001 |
Color Harmonies of #C6F207
Complementary color
Monochromatic Colors of #C6F207
Black with #C6F207
Text Example
Text Example
White with #C6F207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F207; }
p { color: rgb(198,242,7); }
H1.HeaderClassName
{
color: #C6F207;
}
.AnyTagClassName
{
color: #C6F207;
}
</style>
background-color css
<style>
a { background-color: #C6F207; }
a { background-color: rgb(198,242,7); }
div.DivClassName
{
background-color: #C6F207;
}
.BgClassName
{
background-color: #C6F207;
}
</style>
border-color css
<style>
span { border-color: #C6F207; }
span { border-color: rgb(198,242,7); }
td.TdClassName
{
border-color: #C6F207;
}
.TagClassName
{
border-color: #C6F207;
}
</style>