Shades of Electric Lime #C7F802
Tints of Electric Lime #C7F802
RGB
CMYK
RGB Variations
Color information
#C7F802 (or 0xC7F802) is known color: Electric Lime. HEX triplet: C7, F8 and 02. RGB value is (199,248,2). Sum of RGB (Red+Green+Blue) = 199+248+2=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 248 (97.27% from 255 or 55.23% from 449); Blue value is 2 (1.17% from 255 or 0.45% from 449); Max value from RGB is 248 - color contains mainly: green. Hex color #C7F802 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F802 is #3807FD. Grayscale: #CECECE. Windows color (decimal): -3672062 or 194759. OLE color: 194759.
HSL color Cylindrical-coordinate representation of color #C7F802: hue angle of 71.95º 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 #C7F802 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 248 | 2 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.03 |
| HSL | 71.95º | 0.98% | 0.49% | - |
| HSV(B) | 71.95º | 0.99% | 0.97% | - |
| XYZ | 57.13 | 79.28 | 12.35 | - |
| YUV | 205.31 | 13.27 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 248 | 2 | 0.20 | 0 | 0.99 | 0.03 | 71.95 | 0.98 | 0.49 |
| Hex | C7 | F8 | 2 | 14 | 0 | 63 | 3 | 48 | 62 | 31 |
| Octal | 307 | 370 | 2 | 24 | 0 | 143 | 3 | 110 | 142 | 61 |
| Binary | 11000111 | 11111000 | 10 | 10100 | 0 | 1100011 | 11 | 1001000 | 1100010 | 110001 |
Color Harmonies of #C7F802
Complementary color
Monochromatic Colors of #C7F802
Black with #C7F802
Text Example
Text Example
White with #C7F802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F802; }
p { color: rgb(199,248,2); }
H1.HeaderClassName
{
color: #C7F802;
}
.AnyTagClassName
{
color: #C7F802;
}
</style>
background-color css
<style>
a { background-color: #C7F802; }
a { background-color: rgb(199,248,2); }
div.DivClassName
{
background-color: #C7F802;
}
.BgClassName
{
background-color: #C7F802;
}
</style>
border-color css
<style>
span { border-color: #C7F802; }
span { border-color: rgb(199,248,2); }
td.TdClassName
{
border-color: #C7F802;
}
.TagClassName
{
border-color: #C7F802;
}
</style>