Shades of Electric Lime #C8FF19
Tints of Electric Lime #C8FF19
RGB
CMYK
RGB Variations
Color information
#C8FF19 (or 0xC8FF19) is known color: Electric Lime. HEX triplet: C8, FF and 19. RGB value is (200,255,25). Sum of RGB (Red+Green+Blue) = 200+255+25=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 255 (100% from 255 or 53.12% from 480); Blue value is 25 (10.16% from 255 or 5.21% from 480); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FF19 is #3700E6. Grayscale: #D5D5D5. Windows color (decimal): -3604711 or 1703880. OLE color: 1703880.
HSL color Cylindrical-coordinate representation of color #C8FF19: hue angle of 74.35º 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 #C8FF19 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 25 | - |
| CMYK | 0.22 | 0 | 0.90 | 0 |
| HSL | 74.35º | 1% | 0.55% | - |
| HSV(B) | 74.35º | 0.9% | 1% | - |
| XYZ | 59.75 | 83.87 | 13.96 | - |
| YUV | 212.34 | 22.28 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 25 | 0.22 | 0 | 0.90 | 0 | 74.35 | 1 | 0.55 |
| Hex | C8 | FF | 19 | 16 | 0 | 5A | 0 | 4A | 64 | 37 |
| Octal | 310 | 377 | 31 | 26 | 0 | 132 | 0 | 112 | 144 | 67 |
| Binary | 11001000 | 11111111 | 11001 | 10110 | 0 | 1011010 | 0 | 1001010 | 1100100 | 110111 |
Color Harmonies of #C8FF19
Complementary color
Monochromatic Colors of #C8FF19
Black with #C8FF19
Text Example
Text Example
White with #C8FF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FF19; }
p { color: rgb(200,255,25); }
H1.HeaderClassName
{
color: #C8FF19;
}
.AnyTagClassName
{
color: #C8FF19;
}
</style>
background-color css
<style>
a { background-color: #C8FF19; }
a { background-color: rgb(200,255,25); }
div.DivClassName
{
background-color: #C8FF19;
}
.BgClassName
{
background-color: #C8FF19;
}
</style>
border-color css
<style>
span { border-color: #C8FF19; }
span { border-color: rgb(200,255,25); }
td.TdClassName
{
border-color: #C8FF19;
}
.TagClassName
{
border-color: #C8FF19;
}
</style>