Shades of Electric Lime #C1FF14
Tints of Electric Lime #C1FF14
RGB
CMYK
RGB Variations
Color information
#C1FF14 (or 0xC1FF14) is known color: Electric Lime. HEX triplet: C1, FF and 14. RGB value is (193,255,20). Sum of RGB (Red+Green+Blue) = 193+255+20=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 255 (100% from 255 or 54.49% from 468); Blue value is 20 (8.20% from 255 or 4.27% from 468); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1FF14 is #3E00EB. Grayscale: #D2D2D2. Windows color (decimal): -4063468 or 1376193. OLE color: 1376193.
HSL color Cylindrical-coordinate representation of color #C1FF14: hue angle of 75.83º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1FF14 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 255 | 20 | - |
| CMYK | 0.24 | 0 | 0.92 | 0 |
| HSL | 75.83º | 1% | 0.54% | - |
| HSV(B) | 75.83º | 0.92% | 1% | - |
| XYZ | 57.88 | 82.91 | 13.61 | - |
| YUV | 209.67 | 20.96 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 255 | 20 | 0.24 | 0 | 0.92 | 0 | 75.83 | 1 | 0.54 |
| Hex | C1 | FF | 14 | 18 | 0 | 5C | 0 | 4C | 64 | 36 |
| Octal | 301 | 377 | 24 | 30 | 0 | 134 | 0 | 114 | 144 | 66 |
| Binary | 11000001 | 11111111 | 10100 | 11000 | 0 | 1011100 | 0 | 1001100 | 1100100 | 110110 |
Color Harmonies of #C1FF14
Complementary color
Monochromatic Colors of #C1FF14
Black with #C1FF14
Text Example
Text Example
White with #C1FF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FF14; }
p { color: rgb(193,255,20); }
H1.HeaderClassName
{
color: #C1FF14;
}
.AnyTagClassName
{
color: #C1FF14;
}
</style>
background-color css
<style>
a { background-color: #C1FF14; }
a { background-color: rgb(193,255,20); }
div.DivClassName
{
background-color: #C1FF14;
}
.BgClassName
{
background-color: #C1FF14;
}
</style>
border-color css
<style>
span { border-color: #C1FF14; }
span { border-color: rgb(193,255,20); }
td.TdClassName
{
border-color: #C1FF14;
}
.TagClassName
{
border-color: #C1FF14;
}
</style>