Shades of Electric Lime #C6F912
Tints of Electric Lime #C6F912
RGB
CMYK
RGB Variations
Color information
#C6F912 (or 0xC6F912) is known color: Electric Lime. HEX triplet: C6, F9 and 12. RGB value is (198,249,18). Sum of RGB (Red+Green+Blue) = 198+249+18=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 249 (97.66% from 255 or 53.55% from 465); Blue value is 18 (7.42% from 255 or 3.87% from 465); Max value from RGB is 249 - color contains mainly: green. Hex color #C6F912 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F912 is #3906ED. Grayscale: #D0D0D0. Windows color (decimal): -3737326 or 1243590. OLE color: 1243590.
HSL color Cylindrical-coordinate representation of color #C6F912: hue angle of 73.25º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6F912 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 249 | 18 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.02 |
| HSL | 73.25º | 0.95% | 0.52% | - |
| HSV(B) | 73.25º | 0.93% | 0.98% | - |
| XYZ | 57.27 | 79.8 | 12.96 | - |
| YUV | 207.42 | 21.1 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 249 | 18 | 0.20 | 0 | 0.93 | 0.02 | 73.25 | 0.95 | 0.52 |
| Hex | C6 | F9 | 12 | 14 | 0 | 5D | 2 | 49 | 5F | 34 |
| Octal | 306 | 371 | 22 | 24 | 0 | 135 | 2 | 111 | 137 | 64 |
| Binary | 11000110 | 11111001 | 10010 | 10100 | 0 | 1011101 | 10 | 1001001 | 1011111 | 110100 |
Color Harmonies of #C6F912
Complementary color
Monochromatic Colors of #C6F912
Black with #C6F912
Text Example
Text Example
White with #C6F912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F912; }
p { color: rgb(198,249,18); }
H1.HeaderClassName
{
color: #C6F912;
}
.AnyTagClassName
{
color: #C6F912;
}
</style>
background-color css
<style>
a { background-color: #C6F912; }
a { background-color: rgb(198,249,18); }
div.DivClassName
{
background-color: #C6F912;
}
.BgClassName
{
background-color: #C6F912;
}
</style>
border-color css
<style>
span { border-color: #C6F912; }
span { border-color: rgb(198,249,18); }
td.TdClassName
{
border-color: #C6F912;
}
.TagClassName
{
border-color: #C6F912;
}
</style>