Shades of Electric Lime #C7F80B
Tints of Electric Lime #C7F80B
RGB
CMYK
RGB Variations
Color information
#C7F80B (or 0xC7F80B) is known color: Electric Lime. HEX triplet: C7, F8 and 0B. RGB value is (199,248,11). Sum of RGB (Red+Green+Blue) = 199+248+11=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 248 (97.27% from 255 or 54.15% from 458); Blue value is 11 (4.69% from 255 or 2.40% from 458); Max value from RGB is 248 - color contains mainly: green. Hex color #C7F80B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F80B is #3807F4. Grayscale: #CFCFCF. Windows color (decimal): -3672053 or 784583. OLE color: 784583.
HSL color Cylindrical-coordinate representation of color #C7F80B: hue angle of 72.41º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7F80B is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 248 | 11 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.03 |
| HSL | 72.41º | 0.94% | 0.51% | - |
| HSV(B) | 72.41º | 0.96% | 0.97% | - |
| XYZ | 57.18 | 79.3 | 12.61 | - |
| YUV | 206.33 | 17.77 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 248 | 11 | 0.20 | 0 | 0.96 | 0.03 | 72.41 | 0.94 | 0.51 |
| Hex | C7 | F8 | B | 14 | 0 | 60 | 3 | 48 | 5E | 33 |
| Octal | 307 | 370 | 13 | 24 | 0 | 140 | 3 | 110 | 136 | 63 |
| Binary | 11000111 | 11111000 | 1011 | 10100 | 0 | 1100000 | 11 | 1001000 | 1011110 | 110011 |
Color Harmonies of #C7F80B
Complementary color
Monochromatic Colors of #C7F80B
Black with #C7F80B
Text Example
Text Example
White with #C7F80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F80B; }
p { color: rgb(199,248,11); }
H1.HeaderClassName
{
color: #C7F80B;
}
.AnyTagClassName
{
color: #C7F80B;
}
</style>
background-color css
<style>
a { background-color: #C7F80B; }
a { background-color: rgb(199,248,11); }
div.DivClassName
{
background-color: #C7F80B;
}
.BgClassName
{
background-color: #C7F80B;
}
</style>
border-color css
<style>
span { border-color: #C7F80B; }
span { border-color: rgb(199,248,11); }
td.TdClassName
{
border-color: #C7F80B;
}
.TagClassName
{
border-color: #C7F80B;
}
</style>