Shades of Electric Lime #C2F708
Tints of Electric Lime #C2F708
RGB
CMYK
RGB Variations
Color information
#C2F708 (or 0xC2F708) is known color: Electric Lime. HEX triplet: C2, F7 and 08. RGB value is (194,247,8). Sum of RGB (Red+Green+Blue) = 194+247+8=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 247 (96.88% from 255 or 55.01% from 449); Blue value is 8 (3.52% from 255 or 1.78% from 449); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F708 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F708 is #3D08F7. Grayscale: #CCCCCC. Windows color (decimal): -3999992 or 587714. OLE color: 587714.
HSL color Cylindrical-coordinate representation of color #C2F708: hue angle of 73.31º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2F708 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 247 | 8 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.03 |
| HSL | 73.31º | 0.94% | 0.5% | - |
| HSV(B) | 73.31º | 0.97% | 0.97% | - |
| XYZ | 55.55 | 78.01 | 12.36 | - |
| YUV | 203.91 | 17.44 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 247 | 8 | 0.21 | 0 | 0.97 | 0.03 | 73.31 | 0.94 | 0.5 |
| Hex | C2 | F7 | 8 | 15 | 0 | 61 | 3 | 49 | 5E | 32 |
| Octal | 302 | 367 | 10 | 25 | 0 | 141 | 3 | 111 | 136 | 62 |
| Binary | 11000010 | 11110111 | 1000 | 10101 | 0 | 1100001 | 11 | 1001001 | 1011110 | 110010 |
Color Harmonies of #C2F708
Complementary color
Monochromatic Colors of #C2F708
Black with #C2F708
Text Example
Text Example
White with #C2F708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F708; }
p { color: rgb(194,247,8); }
H1.HeaderClassName
{
color: #C2F708;
}
.AnyTagClassName
{
color: #C2F708;
}
</style>
background-color css
<style>
a { background-color: #C2F708; }
a { background-color: rgb(194,247,8); }
div.DivClassName
{
background-color: #C2F708;
}
.BgClassName
{
background-color: #C2F708;
}
</style>
border-color css
<style>
span { border-color: #C2F708; }
span { border-color: rgb(194,247,8); }
td.TdClassName
{
border-color: #C2F708;
}
.TagClassName
{
border-color: #C2F708;
}
</style>