Shades of Electric Lime #C1F510
Tints of Electric Lime #C1F510
RGB
CMYK
RGB Variations
Color information
#C1F510 (or 0xC1F510) is known color: Electric Lime. HEX triplet: C1, F5 and 10. RGB value is (193,245,16). Sum of RGB (Red+Green+Blue) = 193+245+16=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 245 (96.09% from 255 or 53.96% from 454); Blue value is 16 (6.64% from 255 or 3.52% from 454); Max value from RGB is 245 - color contains mainly: green. Hex color #C1F510 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1F510 is #3E0AEF. Grayscale: #CCCCCC. Windows color (decimal): -4066032 or 1111489. OLE color: 1111489.
HSL color Cylindrical-coordinate representation of color #C1F510: hue angle of 73.62º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1F510 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 245 | 16 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.04 |
| HSL | 73.62º | 0.92% | 0.51% | - |
| HSV(B) | 73.62º | 0.93% | 0.96% | - |
| XYZ | 54.74 | 76.68 | 12.41 | - |
| YUV | 203.35 | 22.27 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 245 | 16 | 0.21 | 0 | 0.93 | 0.04 | 73.62 | 0.92 | 0.51 |
| Hex | C1 | F5 | 10 | 15 | 0 | 5D | 4 | 4A | 5C | 33 |
| Octal | 301 | 365 | 20 | 25 | 0 | 135 | 4 | 112 | 134 | 63 |
| Binary | 11000001 | 11110101 | 10000 | 10101 | 0 | 1011101 | 100 | 1001010 | 1011100 | 110011 |
Color Harmonies of #C1F510
Complementary color
Monochromatic Colors of #C1F510
Black with #C1F510
Text Example
Text Example
White with #C1F510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F510; }
p { color: rgb(193,245,16); }
H1.HeaderClassName
{
color: #C1F510;
}
.AnyTagClassName
{
color: #C1F510;
}
</style>
background-color css
<style>
a { background-color: #C1F510; }
a { background-color: rgb(193,245,16); }
div.DivClassName
{
background-color: #C1F510;
}
.BgClassName
{
background-color: #C1F510;
}
</style>
border-color css
<style>
span { border-color: #C1F510; }
span { border-color: rgb(193,245,16); }
td.TdClassName
{
border-color: #C1F510;
}
.TagClassName
{
border-color: #C1F510;
}
</style>