Shades of Electric Lime #C8F719
Tints of Electric Lime #C8F719
RGB
CMYK
RGB Variations
Color information
#C8F719 (or 0xC8F719) is known color: Electric Lime. HEX triplet: C8, F7 and 19. RGB value is (200,247,25). Sum of RGB (Red+Green+Blue) = 200+247+25=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 247 (96.88% from 255 or 52.33% from 472); Blue value is 25 (10.16% from 255 or 5.30% from 472); Max value from RGB is 247 - color contains mainly: green. Hex color #C8F719 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F719 is #3708E6. Grayscale: #D0D0D0. Windows color (decimal): -3606759 or 1701832. OLE color: 1701832.
HSL color Cylindrical-coordinate representation of color #C8F719: hue angle of 72.7º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8F719 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 247 | 25 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.03 |
| HSL | 72.7º | 0.93% | 0.53% | - |
| HSV(B) | 72.7º | 0.9% | 0.97% | - |
| XYZ | 57.26 | 78.87 | 13.13 | - |
| YUV | 207.64 | 24.93 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 247 | 25 | 0.19 | 0 | 0.90 | 0.03 | 72.7 | 0.93 | 0.53 |
| Hex | C8 | F7 | 19 | 13 | 0 | 5A | 3 | 49 | 5D | 35 |
| Octal | 310 | 367 | 31 | 23 | 0 | 132 | 3 | 111 | 135 | 65 |
| Binary | 11001000 | 11110111 | 11001 | 10011 | 0 | 1011010 | 11 | 1001001 | 1011101 | 110101 |
Color Harmonies of #C8F719
Complementary color
Monochromatic Colors of #C8F719
Black with #C8F719
Text Example
Text Example
White with #C8F719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F719; }
p { color: rgb(200,247,25); }
H1.HeaderClassName
{
color: #C8F719;
}
.AnyTagClassName
{
color: #C8F719;
}
</style>
background-color css
<style>
a { background-color: #C8F719; }
a { background-color: rgb(200,247,25); }
div.DivClassName
{
background-color: #C8F719;
}
.BgClassName
{
background-color: #C8F719;
}
</style>
border-color css
<style>
span { border-color: #C8F719; }
span { border-color: rgb(200,247,25); }
td.TdClassName
{
border-color: #C8F719;
}
.TagClassName
{
border-color: #C8F719;
}
</style>