Shades of Electric Lime #C1F608
Tints of Electric Lime #C1F608
RGB
CMYK
RGB Variations
Color information
#C1F608 (or 0xC1F608) is known color: Electric Lime. HEX triplet: C1, F6 and 08. RGB value is (193,246,8). Sum of RGB (Red+Green+Blue) = 193+246+8=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 246 (96.48% from 255 or 55.03% from 447); Blue value is 8 (3.52% from 255 or 1.79% from 447); Max value from RGB is 246 - color contains mainly: green. Hex color #C1F608 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1F608 is #3E09F7. Grayscale: #CBCBCB. Windows color (decimal): -4065784 or 587457. OLE color: 587457.
HSL color Cylindrical-coordinate representation of color #C1F608: hue angle of 73.36º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1F608 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 246 | 8 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.04 |
| HSL | 73.36º | 0.94% | 0.5% | - |
| HSV(B) | 73.36º | 0.97% | 0.96% | - |
| XYZ | 54.99 | 77.27 | 12.25 | - |
| YUV | 203.02 | 17.94 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 246 | 8 | 0.22 | 0 | 0.97 | 0.04 | 73.36 | 0.94 | 0.5 |
| Hex | C1 | F6 | 8 | 16 | 0 | 61 | 4 | 49 | 5E | 32 |
| Octal | 301 | 366 | 10 | 26 | 0 | 141 | 4 | 111 | 136 | 62 |
| Binary | 11000001 | 11110110 | 1000 | 10110 | 0 | 1100001 | 100 | 1001001 | 1011110 | 110010 |
Color Harmonies of #C1F608
Complementary color
Monochromatic Colors of #C1F608
Black with #C1F608
Text Example
Text Example
White with #C1F608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F608; }
p { color: rgb(193,246,8); }
H1.HeaderClassName
{
color: #C1F608;
}
.AnyTagClassName
{
color: #C1F608;
}
</style>
background-color css
<style>
a { background-color: #C1F608; }
a { background-color: rgb(193,246,8); }
div.DivClassName
{
background-color: #C1F608;
}
.BgClassName
{
background-color: #C1F608;
}
</style>
border-color css
<style>
span { border-color: #C1F608; }
span { border-color: rgb(193,246,8); }
td.TdClassName
{
border-color: #C1F608;
}
.TagClassName
{
border-color: #C1F608;
}
</style>