Shades of Electric Lime #C1FD11
Tints of Electric Lime #C1FD11
RGB
CMYK
RGB Variations
Color information
#C1FD11 (or 0xC1FD11) is known color: Electric Lime. HEX triplet: C1, FD and 11. RGB value is (193,253,17). Sum of RGB (Red+Green+Blue) = 193+253+17=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 253 (99.22% from 255 or 54.64% from 463); Blue value is 17 (7.03% from 255 or 3.67% from 463); Max value from RGB is 253 - color contains mainly: green. Hex color #C1FD11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1FD11 is #3E02EE. Grayscale: #D1D1D1. Windows color (decimal): -4063983 or 1179073. OLE color: 1179073.
HSL color Cylindrical-coordinate representation of color #C1FD11: hue angle of 75.25º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1FD11 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 253 | 17 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.01 |
| HSL | 75.25º | 0.98% | 0.53% | - |
| HSV(B) | 75.25º | 0.93% | 0.99% | - |
| XYZ | 57.22 | 81.63 | 13.27 | - |
| YUV | 208.16 | 20.12 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 253 | 17 | 0.24 | 0 | 0.93 | 0.01 | 75.25 | 0.98 | 0.53 |
| Hex | C1 | FD | 11 | 18 | 0 | 5D | 1 | 4B | 62 | 35 |
| Octal | 301 | 375 | 21 | 30 | 0 | 135 | 1 | 113 | 142 | 65 |
| Binary | 11000001 | 11111101 | 10001 | 11000 | 0 | 1011101 | 1 | 1001011 | 1100010 | 110101 |
Color Harmonies of #C1FD11
Complementary color
Monochromatic Colors of #C1FD11
Black with #C1FD11
Text Example
Text Example
White with #C1FD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FD11; }
p { color: rgb(193,253,17); }
H1.HeaderClassName
{
color: #C1FD11;
}
.AnyTagClassName
{
color: #C1FD11;
}
</style>
background-color css
<style>
a { background-color: #C1FD11; }
a { background-color: rgb(193,253,17); }
div.DivClassName
{
background-color: #C1FD11;
}
.BgClassName
{
background-color: #C1FD11;
}
</style>
border-color css
<style>
span { border-color: #C1FD11; }
span { border-color: rgb(193,253,17); }
td.TdClassName
{
border-color: #C1FD11;
}
.TagClassName
{
border-color: #C1FD11;
}
</style>