Shades of Electric Lime #C1FE01
Tints of Electric Lime #C1FE01
RGB
CMYK
RGB Variations
Color information
#C1FE01 (or 0xC1FE01) is known color: Electric Lime. HEX triplet: C1, FE and 01. RGB value is (193,254,1). Sum of RGB (Red+Green+Blue) = 193+254+1=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 254 (99.61% from 255 or 56.70% from 448); Blue value is 1 (0.78% from 255 or 0.22% from 448); Max value from RGB is 254 - color contains mainly: green. Hex color #C1FE01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1FE01 is #3E01FE. Grayscale: #CFCFCF. Windows color (decimal): -4063743 or 130753. OLE color: 130753.
HSL color Cylindrical-coordinate representation of color #C1FE01: hue angle of 74.47º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C1FE01 is Cyan = 0.24, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 254 | 1 | - |
| CMYK | 0.24 | 0 | 1.00 | 0.00 |
| HSL | 74.47º | 0.99% | 0.5% | - |
| HSV(B) | 74.47º | 1% | 1% | - |
| XYZ | 57.44 | 82.22 | 12.87 | - |
| YUV | 206.92 | 11.79 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 254 | 1 | 0.24 | 0 | 1.00 | 0.00 | 74.47 | 0.99 | 0.5 |
| Hex | C1 | FE | 1 | 18 | 0 | 64 | 0 | 4A | 63 | 32 |
| Octal | 301 | 376 | 1 | 30 | 0 | 144 | 0 | 112 | 143 | 62 |
| Binary | 11000001 | 11111110 | 1 | 11000 | 0 | 1100100 | 0 | 1001010 | 1100011 | 110010 |
Color Harmonies of #C1FE01
Complementary color
Monochromatic Colors of #C1FE01
Black with #C1FE01
Text Example
Text Example
White with #C1FE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FE01; }
p { color: rgb(193,254,1); }
H1.HeaderClassName
{
color: #C1FE01;
}
.AnyTagClassName
{
color: #C1FE01;
}
</style>
background-color css
<style>
a { background-color: #C1FE01; }
a { background-color: rgb(193,254,1); }
div.DivClassName
{
background-color: #C1FE01;
}
.BgClassName
{
background-color: #C1FE01;
}
</style>
border-color css
<style>
span { border-color: #C1FE01; }
span { border-color: rgb(193,254,1); }
td.TdClassName
{
border-color: #C1FE01;
}
.TagClassName
{
border-color: #C1FE01;
}
</style>