Shades of Electric Lime #C0F714
Tints of Electric Lime #C0F714
RGB
CMYK
RGB Variations
Color information
#C0F714 (or 0xC0F714) is known color: Electric Lime. HEX triplet: C0, F7 and 14. RGB value is (192,247,20). Sum of RGB (Red+Green+Blue) = 192+247+20=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 247 (96.88% from 255 or 53.81% from 459); Blue value is 20 (8.20% from 255 or 4.36% from 459); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F714 is #3F08EB. Grayscale: #CDCDCD. Windows color (decimal): -4131052 or 1374144. OLE color: 1374144.
HSL color Cylindrical-coordinate representation of color #C0F714: hue angle of 74.54º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0F714 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 247 | 20 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.03 |
| HSL | 74.54º | 0.93% | 0.52% | - |
| HSV(B) | 74.54º | 0.92% | 0.97% | - |
| XYZ | 55.13 | 77.78 | 12.77 | - |
| YUV | 204.68 | 23.78 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 247 | 20 | 0.22 | 0 | 0.92 | 0.03 | 74.54 | 0.93 | 0.52 |
| Hex | C0 | F7 | 14 | 16 | 0 | 5C | 3 | 4B | 5D | 34 |
| Octal | 300 | 367 | 24 | 26 | 0 | 134 | 3 | 113 | 135 | 64 |
| Binary | 11000000 | 11110111 | 10100 | 10110 | 0 | 1011100 | 11 | 1001011 | 1011101 | 110100 |
Color Harmonies of #C0F714
Complementary color
Monochromatic Colors of #C0F714
Black with #C0F714
Text Example
Text Example
White with #C0F714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F714; }
p { color: rgb(192,247,20); }
H1.HeaderClassName
{
color: #C0F714;
}
.AnyTagClassName
{
color: #C0F714;
}
</style>
background-color css
<style>
a { background-color: #C0F714; }
a { background-color: rgb(192,247,20); }
div.DivClassName
{
background-color: #C0F714;
}
.BgClassName
{
background-color: #C0F714;
}
</style>
border-color css
<style>
span { border-color: #C0F714; }
span { border-color: rgb(192,247,20); }
td.TdClassName
{
border-color: #C0F714;
}
.TagClassName
{
border-color: #C0F714;
}
</style>