Shades of Electric Lime #C1FB16
Tints of Electric Lime #C1FB16
RGB
CMYK
RGB Variations
Color information
#C1FB16 (or 0xC1FB16) is known color: Electric Lime. HEX triplet: C1, FB and 16. RGB value is (193,251,22). Sum of RGB (Red+Green+Blue) = 193+251+22=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 251 (98.44% from 255 or 53.86% from 466); Blue value is 22 (8.98% from 255 or 4.72% from 466); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FB16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1FB16 is #3E04E9. Grayscale: #D0D0D0. Windows color (decimal): -4064490 or 1506241. OLE color: 1506241.
HSL color Cylindrical-coordinate representation of color #C1FB16: hue angle of 75.2º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1FB16 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 251 | 22 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.02 |
| HSL | 75.2º | 0.97% | 0.54% | - |
| HSV(B) | 75.2º | 0.91% | 0.98% | - |
| XYZ | 56.63 | 80.39 | 13.29 | - |
| YUV | 207.55 | 23.28 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 251 | 22 | 0.23 | 0 | 0.91 | 0.02 | 75.2 | 0.97 | 0.54 |
| Hex | C1 | FB | 16 | 17 | 0 | 5B | 2 | 4B | 61 | 36 |
| Octal | 301 | 373 | 26 | 27 | 0 | 133 | 2 | 113 | 141 | 66 |
| Binary | 11000001 | 11111011 | 10110 | 10111 | 0 | 1011011 | 10 | 1001011 | 1100001 | 110110 |
Color Harmonies of #C1FB16
Complementary color
Monochromatic Colors of #C1FB16
Black with #C1FB16
Text Example
Text Example
White with #C1FB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FB16; }
p { color: rgb(193,251,22); }
H1.HeaderClassName
{
color: #C1FB16;
}
.AnyTagClassName
{
color: #C1FB16;
}
</style>
background-color css
<style>
a { background-color: #C1FB16; }
a { background-color: rgb(193,251,22); }
div.DivClassName
{
background-color: #C1FB16;
}
.BgClassName
{
background-color: #C1FB16;
}
</style>
border-color css
<style>
span { border-color: #C1FB16; }
span { border-color: rgb(193,251,22); }
td.TdClassName
{
border-color: #C1FB16;
}
.TagClassName
{
border-color: #C1FB16;
}
</style>