Shades of Electric Lime #C1F008
Tints of Electric Lime #C1F008
RGB
CMYK
RGB Variations
Color information
#C1F008 (or 0xC1F008) is known color: Electric Lime. HEX triplet: C1, F0 and 08. RGB value is (193,240,8). Sum of RGB (Red+Green+Blue) = 193+240+8=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 240 (94.14% from 255 or 54.42% from 441); Blue value is 8 (3.52% from 255 or 1.81% from 441); Max value from RGB is 240 - color contains mainly: green. Hex color #C1F008 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1F008 is #3E0FF7. Grayscale: #C8C8C8. Windows color (decimal): -4067320 or 585921. OLE color: 585921.
HSL color Cylindrical-coordinate representation of color #C1F008: hue angle of 72.16º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1F008 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 240 | 8 | - |
| CMYK | 0.20 | 0 | 0.97 | 0.06 |
| HSL | 72.16º | 0.94% | 0.49% | - |
| HSV(B) | 72.16º | 0.97% | 0.94% | - |
| XYZ | 53.2 | 73.68 | 11.65 | - |
| YUV | 199.5 | 19.93 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 240 | 8 | 0.20 | 0 | 0.97 | 0.06 | 72.16 | 0.94 | 0.49 |
| Hex | C1 | F0 | 8 | 14 | 0 | 61 | 6 | 48 | 5E | 31 |
| Octal | 301 | 360 | 10 | 24 | 0 | 141 | 6 | 110 | 136 | 61 |
| Binary | 11000001 | 11110000 | 1000 | 10100 | 0 | 1100001 | 110 | 1001000 | 1011110 | 110001 |
Color Harmonies of #C1F008
Complementary color
Monochromatic Colors of #C1F008
Black with #C1F008
Text Example
Text Example
White with #C1F008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F008; }
p { color: rgb(193,240,8); }
H1.HeaderClassName
{
color: #C1F008;
}
.AnyTagClassName
{
color: #C1F008;
}
</style>
background-color css
<style>
a { background-color: #C1F008; }
a { background-color: rgb(193,240,8); }
div.DivClassName
{
background-color: #C1F008;
}
.BgClassName
{
background-color: #C1F008;
}
</style>
border-color css
<style>
span { border-color: #C1F008; }
span { border-color: rgb(193,240,8); }
td.TdClassName
{
border-color: #C1F008;
}
.TagClassName
{
border-color: #C1F008;
}
</style>