Shades of Electric Lime #C1FF03
Tints of Electric Lime #C1FF03
RGB
CMYK
RGB Variations
Color information
#C1FF03 (or 0xC1FF03) is known color: Electric Lime. HEX triplet: C1, FF and 03. RGB value is (193,255,3). Sum of RGB (Red+Green+Blue) = 193+255+3=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 255 (100% from 255 or 56.54% from 451); Blue value is 3 (1.56% from 255 or 0.67% from 451); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FF03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1FF03 is #3E00FC. Grayscale: #D0D0D0. Windows color (decimal): -4063485 or 262081. OLE color: 262081.
HSL color Cylindrical-coordinate representation of color #C1FF03: hue angle of 74.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C1FF03 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 255 | 3 | - |
| CMYK | 0.24 | 0 | 0.99 | 0 |
| HSL | 74.76º | 1% | 0.51% | - |
| HSV(B) | 74.76º | 0.99% | 1% | - |
| XYZ | 57.77 | 82.86 | 13.04 | - |
| YUV | 207.73 | 12.46 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 255 | 3 | 0.24 | 0 | 0.99 | 0 | 74.76 | 1 | 0.51 |
| Hex | C1 | FF | 3 | 18 | 0 | 63 | 0 | 4B | 64 | 33 |
| Octal | 301 | 377 | 3 | 30 | 0 | 143 | 0 | 113 | 144 | 63 |
| Binary | 11000001 | 11111111 | 11 | 11000 | 0 | 1100011 | 0 | 1001011 | 1100100 | 110011 |
Color Harmonies of #C1FF03
Complementary color
Monochromatic Colors of #C1FF03
Black with #C1FF03
Text Example
Text Example
White with #C1FF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FF03; }
p { color: rgb(193,255,3); }
H1.HeaderClassName
{
color: #C1FF03;
}
.AnyTagClassName
{
color: #C1FF03;
}
</style>
background-color css
<style>
a { background-color: #C1FF03; }
a { background-color: rgb(193,255,3); }
div.DivClassName
{
background-color: #C1FF03;
}
.BgClassName
{
background-color: #C1FF03;
}
</style>
border-color css
<style>
span { border-color: #C1FF03; }
span { border-color: rgb(193,255,3); }
td.TdClassName
{
border-color: #C1FF03;
}
.TagClassName
{
border-color: #C1FF03;
}
</style>