Shades of Electric Lime #C6F919
Tints of Electric Lime #C6F919
RGB
CMYK
RGB Variations
Color information
#C6F919 (or 0xC6F919) is known color: Electric Lime. HEX triplet: C6, F9 and 19. RGB value is (198,249,25). Sum of RGB (Red+Green+Blue) = 198+249+25=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 249 (97.66% from 255 or 52.75% from 472); Blue value is 25 (10.16% from 255 or 5.30% from 472); Max value from RGB is 249 - color contains mainly: green. Hex color #C6F919 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F919 is #3906E6. Grayscale: #D1D1D1. Windows color (decimal): -3737319 or 1702342. OLE color: 1702342.
HSL color Cylindrical-coordinate representation of color #C6F919: hue angle of 73.66º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6F919 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 249 | 25 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.02 |
| HSL | 73.66º | 0.95% | 0.54% | - |
| HSV(B) | 73.66º | 0.9% | 0.98% | - |
| XYZ | 57.34 | 79.83 | 13.31 | - |
| YUV | 208.22 | 24.6 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 249 | 25 | 0.20 | 0 | 0.90 | 0.02 | 73.66 | 0.95 | 0.54 |
| Hex | C6 | F9 | 19 | 14 | 0 | 5A | 2 | 4A | 5F | 36 |
| Octal | 306 | 371 | 31 | 24 | 0 | 132 | 2 | 112 | 137 | 66 |
| Binary | 11000110 | 11111001 | 11001 | 10100 | 0 | 1011010 | 10 | 1001010 | 1011111 | 110110 |
Color Harmonies of #C6F919
Complementary color
Monochromatic Colors of #C6F919
Black with #C6F919
Text Example
Text Example
White with #C6F919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F919; }
p { color: rgb(198,249,25); }
H1.HeaderClassName
{
color: #C6F919;
}
.AnyTagClassName
{
color: #C6F919;
}
</style>
background-color css
<style>
a { background-color: #C6F919; }
a { background-color: rgb(198,249,25); }
div.DivClassName
{
background-color: #C6F919;
}
.BgClassName
{
background-color: #C6F919;
}
</style>
border-color css
<style>
span { border-color: #C6F919; }
span { border-color: rgb(198,249,25); }
td.TdClassName
{
border-color: #C6F919;
}
.TagClassName
{
border-color: #C6F919;
}
</style>