Shades of Electric Lime #C6FF19
Tints of Electric Lime #C6FF19
RGB
CMYK
RGB Variations
Color information
#C6FF19 (or 0xC6FF19) is known color: Electric Lime. HEX triplet: C6, FF and 19. RGB value is (198,255,25). Sum of RGB (Red+Green+Blue) = 198+255+25=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 25 (10.16% from 255 or 5.23% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #C6FF19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6FF19 is #3900E6. Grayscale: #D4D4D4. Windows color (decimal): -3735783 or 1703878. OLE color: 1703878.
HSL color Cylindrical-coordinate representation of color #C6FF19: hue angle of 74.87º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6FF19 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 255 | 25 | - |
| CMYK | 0.22 | 0 | 0.90 | 0 |
| HSL | 74.87º | 1% | 0.55% | - |
| HSV(B) | 74.87º | 0.9% | 1% | - |
| XYZ | 59.22 | 83.6 | 13.93 | - |
| YUV | 211.74 | 22.62 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 255 | 25 | 0.22 | 0 | 0.90 | 0 | 74.87 | 1 | 0.55 |
| Hex | C6 | FF | 19 | 16 | 0 | 5A | 0 | 4B | 64 | 37 |
| Octal | 306 | 377 | 31 | 26 | 0 | 132 | 0 | 113 | 144 | 67 |
| Binary | 11000110 | 11111111 | 11001 | 10110 | 0 | 1011010 | 0 | 1001011 | 1100100 | 110111 |
Color Harmonies of #C6FF19
Complementary color
Monochromatic Colors of #C6FF19
Black with #C6FF19
Text Example
Text Example
White with #C6FF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FF19; }
p { color: rgb(198,255,25); }
H1.HeaderClassName
{
color: #C6FF19;
}
.AnyTagClassName
{
color: #C6FF19;
}
</style>
background-color css
<style>
a { background-color: #C6FF19; }
a { background-color: rgb(198,255,25); }
div.DivClassName
{
background-color: #C6FF19;
}
.BgClassName
{
background-color: #C6FF19;
}
</style>
border-color css
<style>
span { border-color: #C6FF19; }
span { border-color: rgb(198,255,25); }
td.TdClassName
{
border-color: #C6FF19;
}
.TagClassName
{
border-color: #C6FF19;
}
</style>