Shades of Electric Lime #C1FE08
Tints of Electric Lime #C1FE08
RGB
CMYK
RGB Variations
Color information
#C1FE08 (or 0xC1FE08) is known color: Electric Lime. HEX triplet: C1, FE and 08. RGB value is (193,254,8). Sum of RGB (Red+Green+Blue) = 193+254+8=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 254 (99.61% from 255 or 55.82% from 455); Blue value is 8 (3.52% from 255 or 1.76% from 455); Max value from RGB is 254 - color contains mainly: green. Hex color #C1FE08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1FE08 is #3E01F7. Grayscale: #D0D0D0. Windows color (decimal): -4063736 or 589505. OLE color: 589505.
HSL color Cylindrical-coordinate representation of color #C1FE08: hue angle of 74.88º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1FE08 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 254 | 8 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.00 |
| HSL | 74.88º | 0.99% | 0.51% | - |
| HSV(B) | 74.88º | 0.97% | 1% | - |
| XYZ | 57.48 | 82.24 | 13.07 | - |
| YUV | 207.72 | 15.29 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 254 | 8 | 0.24 | 0 | 0.97 | 0.00 | 74.88 | 0.99 | 0.51 |
| Hex | C1 | FE | 8 | 18 | 0 | 61 | 0 | 4B | 63 | 33 |
| Octal | 301 | 376 | 10 | 30 | 0 | 141 | 0 | 113 | 143 | 63 |
| Binary | 11000001 | 11111110 | 1000 | 11000 | 0 | 1100001 | 0 | 1001011 | 1100011 | 110011 |
Color Harmonies of #C1FE08
Complementary color
Monochromatic Colors of #C1FE08
Black with #C1FE08
Text Example
Text Example
White with #C1FE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FE08; }
p { color: rgb(193,254,8); }
H1.HeaderClassName
{
color: #C1FE08;
}
.AnyTagClassName
{
color: #C1FE08;
}
</style>
background-color css
<style>
a { background-color: #C1FE08; }
a { background-color: rgb(193,254,8); }
div.DivClassName
{
background-color: #C1FE08;
}
.BgClassName
{
background-color: #C1FE08;
}
</style>
border-color css
<style>
span { border-color: #C1FE08; }
span { border-color: rgb(193,254,8); }
td.TdClassName
{
border-color: #C1FE08;
}
.TagClassName
{
border-color: #C1FE08;
}
</style>