Shades of Electric Lime #C2F714
Tints of Electric Lime #C2F714
RGB
CMYK
RGB Variations
Color information
#C2F714 (or 0xC2F714) is known color: Electric Lime. HEX triplet: C2, F7 and 14. RGB value is (194,247,20). Sum of RGB (Red+Green+Blue) = 194+247+20=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 247 (96.88% from 255 or 53.58% from 461); Blue value is 20 (8.20% from 255 or 4.34% from 461); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F714 is #3D08EB. Grayscale: #CECECE. Windows color (decimal): -3999980 or 1374146. OLE color: 1374146.
HSL color Cylindrical-coordinate representation of color #C2F714: hue angle of 74.01º 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 #C2F714 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 247 | 20 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.03 |
| HSL | 74.01º | 0.93% | 0.52% | - |
| HSV(B) | 74.01º | 0.92% | 0.97% | - |
| XYZ | 55.64 | 78.04 | 12.79 | - |
| YUV | 205.28 | 23.44 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 247 | 20 | 0.21 | 0 | 0.92 | 0.03 | 74.01 | 0.93 | 0.52 |
| Hex | C2 | F7 | 14 | 15 | 0 | 5C | 3 | 4A | 5D | 34 |
| Octal | 302 | 367 | 24 | 25 | 0 | 134 | 3 | 112 | 135 | 64 |
| Binary | 11000010 | 11110111 | 10100 | 10101 | 0 | 1011100 | 11 | 1001010 | 1011101 | 110100 |
Color Harmonies of #C2F714
Complementary color
Monochromatic Colors of #C2F714
Black with #C2F714
Text Example
Text Example
White with #C2F714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F714; }
p { color: rgb(194,247,20); }
H1.HeaderClassName
{
color: #C2F714;
}
.AnyTagClassName
{
color: #C2F714;
}
</style>
background-color css
<style>
a { background-color: #C2F714; }
a { background-color: rgb(194,247,20); }
div.DivClassName
{
background-color: #C2F714;
}
.BgClassName
{
background-color: #C2F714;
}
</style>
border-color css
<style>
span { border-color: #C2F714; }
span { border-color: rgb(194,247,20); }
td.TdClassName
{
border-color: #C2F714;
}
.TagClassName
{
border-color: #C2F714;
}
</style>