Shades of Electric Lime #C7FF11
Tints of Electric Lime #C7FF11
RGB
CMYK
RGB Variations
Color information
#C7FF11 (or 0xC7FF11) is known color: Electric Lime. HEX triplet: C7, FF and 11. RGB value is (199,255,17). Sum of RGB (Red+Green+Blue) = 199+255+17=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 17 (7.03% from 255 or 3.61% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FF11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7FF11 is #3800EE. Grayscale: #D4D4D4. Windows color (decimal): -3670255 or 1179591. OLE color: 1179591.
HSL color Cylindrical-coordinate representation of color #C7FF11: hue angle of 74.12º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7FF11 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 17 | - |
| CMYK | 0.22 | 0 | 0.93 | 0 |
| HSL | 74.12º | 1% | 0.53% | - |
| HSV(B) | 74.12º | 0.93% | 1% | - |
| XYZ | 59.41 | 83.7 | 13.56 | - |
| YUV | 211.12 | 18.45 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 17 | 0.22 | 0 | 0.93 | 0 | 74.12 | 1 | 0.53 |
| Hex | C7 | FF | 11 | 16 | 0 | 5D | 0 | 4A | 64 | 35 |
| Octal | 307 | 377 | 21 | 26 | 0 | 135 | 0 | 112 | 144 | 65 |
| Binary | 11000111 | 11111111 | 10001 | 10110 | 0 | 1011101 | 0 | 1001010 | 1100100 | 110101 |
Color Harmonies of #C7FF11
Complementary color
Monochromatic Colors of #C7FF11
Black with #C7FF11
Text Example
Text Example
White with #C7FF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FF11; }
p { color: rgb(199,255,17); }
H1.HeaderClassName
{
color: #C7FF11;
}
.AnyTagClassName
{
color: #C7FF11;
}
</style>
background-color css
<style>
a { background-color: #C7FF11; }
a { background-color: rgb(199,255,17); }
div.DivClassName
{
background-color: #C7FF11;
}
.BgClassName
{
background-color: #C7FF11;
}
</style>
border-color css
<style>
span { border-color: #C7FF11; }
span { border-color: rgb(199,255,17); }
td.TdClassName
{
border-color: #C7FF11;
}
.TagClassName
{
border-color: #C7FF11;
}
</style>