Shades of Electric Lime #C8F91A
Tints of Electric Lime #C8F91A
RGB
CMYK
RGB Variations
Color information
#C8F91A (or 0xC8F91A) is known color: Electric Lime. HEX triplet: C8, F9 and 1A. RGB value is (200,249,26). Sum of RGB (Red+Green+Blue) = 200+249+26=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 249 (97.66% from 255 or 52.42% from 475); Blue value is 26 (10.55% from 255 or 5.47% from 475); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F91A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F91A is #3706E5. Grayscale: #D1D1D1. Windows color (decimal): -3606246 or 1767880. OLE color: 1767880.
HSL color Cylindrical-coordinate representation of color #C8F91A: hue angle of 73.18º 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 #C8F91A is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 249 | 26 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.02 |
| HSL | 73.18º | 0.95% | 0.54% | - |
| HSV(B) | 73.18º | 0.9% | 0.98% | - |
| XYZ | 57.88 | 80.11 | 13.39 | - |
| YUV | 208.93 | 24.77 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 249 | 26 | 0.20 | 0 | 0.90 | 0.02 | 73.18 | 0.95 | 0.54 |
| Hex | C8 | F9 | 1A | 14 | 0 | 5A | 2 | 49 | 5F | 36 |
| Octal | 310 | 371 | 32 | 24 | 0 | 132 | 2 | 111 | 137 | 66 |
| Binary | 11001000 | 11111001 | 11010 | 10100 | 0 | 1011010 | 10 | 1001001 | 1011111 | 110110 |
Color Harmonies of #C8F91A
Complementary color
Monochromatic Colors of #C8F91A
Black with #C8F91A
Text Example
Text Example
White with #C8F91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F91A; }
p { color: rgb(200,249,26); }
H1.HeaderClassName
{
color: #C8F91A;
}
.AnyTagClassName
{
color: #C8F91A;
}
</style>
background-color css
<style>
a { background-color: #C8F91A; }
a { background-color: rgb(200,249,26); }
div.DivClassName
{
background-color: #C8F91A;
}
.BgClassName
{
background-color: #C8F91A;
}
</style>
border-color css
<style>
span { border-color: #C8F91A; }
span { border-color: rgb(200,249,26); }
td.TdClassName
{
border-color: #C8F91A;
}
.TagClassName
{
border-color: #C8F91A;
}
</style>