Shades of Electric Lime #C2F703
Tints of Electric Lime #C2F703
RGB
CMYK
RGB Variations
Color information
#C2F703 (or 0xC2F703) is known color: Electric Lime. HEX triplet: C2, F7 and 03. RGB value is (194,247,3). Sum of RGB (Red+Green+Blue) = 194+247+3=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 247 (96.88% from 255 or 55.63% from 444); Blue value is 3 (1.56% from 255 or 0.68% from 444); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F703 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F703 is #3D08FC. Grayscale: #CCCCCC. Windows color (decimal): -3999997 or 260034. OLE color: 260034.
HSL color Cylindrical-coordinate representation of color #C2F703: hue angle of 73.03º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2F703 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 247 | 3 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.03 |
| HSL | 73.03º | 0.98% | 0.49% | - |
| HSV(B) | 73.03º | 0.99% | 0.97% | - |
| XYZ | 55.53 | 78 | 12.21 | - |
| YUV | 203.34 | 14.94 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 247 | 3 | 0.21 | 0 | 0.99 | 0.03 | 73.03 | 0.98 | 0.49 |
| Hex | C2 | F7 | 3 | 15 | 0 | 63 | 3 | 49 | 62 | 31 |
| Octal | 302 | 367 | 3 | 25 | 0 | 143 | 3 | 111 | 142 | 61 |
| Binary | 11000010 | 11110111 | 11 | 10101 | 0 | 1100011 | 11 | 1001001 | 1100010 | 110001 |
Color Harmonies of #C2F703
Complementary color
Monochromatic Colors of #C2F703
Black with #C2F703
Text Example
Text Example
White with #C2F703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F703; }
p { color: rgb(194,247,3); }
H1.HeaderClassName
{
color: #C2F703;
}
.AnyTagClassName
{
color: #C2F703;
}
</style>
background-color css
<style>
a { background-color: #C2F703; }
a { background-color: rgb(194,247,3); }
div.DivClassName
{
background-color: #C2F703;
}
.BgClassName
{
background-color: #C2F703;
}
</style>
border-color css
<style>
span { border-color: #C2F703; }
span { border-color: rgb(194,247,3); }
td.TdClassName
{
border-color: #C2F703;
}
.TagClassName
{
border-color: #C2F703;
}
</style>