Shades of Electric Lime #C7F908
Tints of Electric Lime #C7F908
RGB
CMYK
RGB Variations
Color information
#C7F908 (or 0xC7F908) is known color: Electric Lime. HEX triplet: C7, F9 and 08. RGB value is (199,249,8). Sum of RGB (Red+Green+Blue) = 199+249+8=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 249 (97.66% from 255 or 54.61% from 456); Blue value is 8 (3.52% from 255 or 1.75% from 456); Max value from RGB is 249 - color contains mainly: green. Hex color #C7F908 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F908 is #3806F7. Grayscale: #CFCFCF. Windows color (decimal): -3671800 or 588231. OLE color: 588231.
HSL color Cylindrical-coordinate representation of color #C7F908: hue angle of 72.45º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7F908 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 249 | 8 | - |
| CMYK | 0.20 | 0 | 0.97 | 0.02 |
| HSL | 72.45º | 0.95% | 0.5% | - |
| HSV(B) | 72.45º | 0.97% | 0.98% | - |
| XYZ | 57.47 | 79.91 | 12.62 | - |
| YUV | 206.58 | 15.94 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 249 | 8 | 0.20 | 0 | 0.97 | 0.02 | 72.45 | 0.95 | 0.5 |
| Hex | C7 | F9 | 8 | 14 | 0 | 61 | 2 | 48 | 5F | 32 |
| Octal | 307 | 371 | 10 | 24 | 0 | 141 | 2 | 110 | 137 | 62 |
| Binary | 11000111 | 11111001 | 1000 | 10100 | 0 | 1100001 | 10 | 1001000 | 1011111 | 110010 |
Color Harmonies of #C7F908
Complementary color
Monochromatic Colors of #C7F908
Black with #C7F908
Text Example
Text Example
White with #C7F908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F908; }
p { color: rgb(199,249,8); }
H1.HeaderClassName
{
color: #C7F908;
}
.AnyTagClassName
{
color: #C7F908;
}
</style>
background-color css
<style>
a { background-color: #C7F908; }
a { background-color: rgb(199,249,8); }
div.DivClassName
{
background-color: #C7F908;
}
.BgClassName
{
background-color: #C7F908;
}
</style>
border-color css
<style>
span { border-color: #C7F908; }
span { border-color: rgb(199,249,8); }
td.TdClassName
{
border-color: #C7F908;
}
.TagClassName
{
border-color: #C7F908;
}
</style>