Shades of Electric Lime #C2F709
Tints of Electric Lime #C2F709
RGB
CMYK
RGB Variations
Color information
#C2F709 (or 0xC2F709) is known color: Electric Lime. HEX triplet: C2, F7 and 09. RGB value is (194,247,9). Sum of RGB (Red+Green+Blue) = 194+247+9=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 247 (96.88% from 255 or 54.89% from 450); Blue value is 9 (3.91% from 255 or 2% from 450); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F709 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F709 is #3D08F6. Grayscale: #CCCCCC. Windows color (decimal): -3999991 or 653250. OLE color: 653250.
HSL color Cylindrical-coordinate representation of color #C2F709: hue angle of 73.36º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2F709 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 247 | 9 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.03 |
| HSL | 73.36º | 0.94% | 0.5% | - |
| HSV(B) | 73.36º | 0.96% | 0.97% | - |
| XYZ | 55.56 | 78.01 | 12.39 | - |
| YUV | 204.02 | 17.94 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 247 | 9 | 0.21 | 0 | 0.96 | 0.03 | 73.36 | 0.94 | 0.5 |
| Hex | C2 | F7 | 9 | 15 | 0 | 60 | 3 | 49 | 5E | 32 |
| Octal | 302 | 367 | 11 | 25 | 0 | 140 | 3 | 111 | 136 | 62 |
| Binary | 11000010 | 11110111 | 1001 | 10101 | 0 | 1100000 | 11 | 1001001 | 1011110 | 110010 |
Color Harmonies of #C2F709
Complementary color
Monochromatic Colors of #C2F709
Black with #C2F709
Text Example
Text Example
White with #C2F709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F709; }
p { color: rgb(194,247,9); }
H1.HeaderClassName
{
color: #C2F709;
}
.AnyTagClassName
{
color: #C2F709;
}
</style>
background-color css
<style>
a { background-color: #C2F709; }
a { background-color: rgb(194,247,9); }
div.DivClassName
{
background-color: #C2F709;
}
.BgClassName
{
background-color: #C2F709;
}
</style>
border-color css
<style>
span { border-color: #C2F709; }
span { border-color: rgb(194,247,9); }
td.TdClassName
{
border-color: #C2F709;
}
.TagClassName
{
border-color: #C2F709;
}
</style>