Shades of Electric Lime #C1FB04
Tints of Electric Lime #C1FB04
RGB
CMYK
RGB Variations
Color information
#C1FB04 (or 0xC1FB04) is known color: Electric Lime. HEX triplet: C1, FB and 04. RGB value is (193,251,4). Sum of RGB (Red+Green+Blue) = 193+251+4=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 251 (98.44% from 255 or 56.03% from 448); Blue value is 4 (1.95% from 255 or 0.89% from 448); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FB04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1FB04 is #3E04FB. Grayscale: #CECECE. Windows color (decimal): -4064508 or 326593. OLE color: 326593.
HSL color Cylindrical-coordinate representation of color #C1FB04: hue angle of 74.09º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1FB04 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 251 | 4 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.02 |
| HSL | 74.09º | 0.97% | 0.5% | - |
| HSV(B) | 74.09º | 0.98% | 0.98% | - |
| XYZ | 56.51 | 80.34 | 12.64 | - |
| YUV | 205.5 | 14.28 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 251 | 4 | 0.23 | 0 | 0.98 | 0.02 | 74.09 | 0.97 | 0.5 |
| Hex | C1 | FB | 4 | 17 | 0 | 62 | 2 | 4A | 61 | 32 |
| Octal | 301 | 373 | 4 | 27 | 0 | 142 | 2 | 112 | 141 | 62 |
| Binary | 11000001 | 11111011 | 100 | 10111 | 0 | 1100010 | 10 | 1001010 | 1100001 | 110010 |
Color Harmonies of #C1FB04
Complementary color
Monochromatic Colors of #C1FB04
Black with #C1FB04
Text Example
Text Example
White with #C1FB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FB04; }
p { color: rgb(193,251,4); }
H1.HeaderClassName
{
color: #C1FB04;
}
.AnyTagClassName
{
color: #C1FB04;
}
</style>
background-color css
<style>
a { background-color: #C1FB04; }
a { background-color: rgb(193,251,4); }
div.DivClassName
{
background-color: #C1FB04;
}
.BgClassName
{
background-color: #C1FB04;
}
</style>
border-color css
<style>
span { border-color: #C1FB04; }
span { border-color: rgb(193,251,4); }
td.TdClassName
{
border-color: #C1FB04;
}
.TagClassName
{
border-color: #C1FB04;
}
</style>