Shades of Electric Lime #C2F806
Tints of Electric Lime #C2F806
RGB
CMYK
RGB Variations
Color information
#C2F806 (or 0xC2F806) is known color: Electric Lime. HEX triplet: C2, F8 and 06. RGB value is (194,248,6). Sum of RGB (Red+Green+Blue) = 194+248+6=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 248 (97.27% from 255 or 55.36% from 448); Blue value is 6 (2.73% from 255 or 1.34% from 448); Max value from RGB is 248 - color contains mainly: green. Hex color #C2F806 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F806 is #3D07F9. Grayscale: #CDCDCD. Windows color (decimal): -3999738 or 456898. OLE color: 456898.
HSL color Cylindrical-coordinate representation of color #C2F806: hue angle of 73.39º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2F806 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 248 | 6 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.03 |
| HSL | 73.39º | 0.95% | 0.5% | - |
| HSV(B) | 73.39º | 0.98% | 0.97% | - |
| XYZ | 55.85 | 78.62 | 12.4 | - |
| YUV | 204.27 | 16.11 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 248 | 6 | 0.22 | 0 | 0.98 | 0.03 | 73.39 | 0.95 | 0.5 |
| Hex | C2 | F8 | 6 | 16 | 0 | 62 | 3 | 49 | 5F | 32 |
| Octal | 302 | 370 | 6 | 26 | 0 | 142 | 3 | 111 | 137 | 62 |
| Binary | 11000010 | 11111000 | 110 | 10110 | 0 | 1100010 | 11 | 1001001 | 1011111 | 110010 |
Color Harmonies of #C2F806
Complementary color
Monochromatic Colors of #C2F806
Black with #C2F806
Text Example
Text Example
White with #C2F806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F806; }
p { color: rgb(194,248,6); }
H1.HeaderClassName
{
color: #C2F806;
}
.AnyTagClassName
{
color: #C2F806;
}
</style>
background-color css
<style>
a { background-color: #C2F806; }
a { background-color: rgb(194,248,6); }
div.DivClassName
{
background-color: #C2F806;
}
.BgClassName
{
background-color: #C2F806;
}
</style>
border-color css
<style>
span { border-color: #C2F806; }
span { border-color: rgb(194,248,6); }
td.TdClassName
{
border-color: #C2F806;
}
.TagClassName
{
border-color: #C2F806;
}
</style>