Shades of Electric Lime #C7FF17
Tints of Electric Lime #C7FF17
RGB
CMYK
RGB Variations
Color information
#C7FF17 (or 0xC7FF17) is known color: Electric Lime. HEX triplet: C7, FF and 17. RGB value is (199,255,23). Sum of RGB (Red+Green+Blue) = 199+255+23=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 23 (9.38% from 255 or 4.82% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FF17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7FF17 is #3800E8. Grayscale: #D4D4D4. Windows color (decimal): -3670249 or 1572807. OLE color: 1572807.
HSL color Cylindrical-coordinate representation of color #C7FF17: hue angle of 74.48º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7FF17 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 23 | - |
| CMYK | 0.22 | 0 | 0.91 | 0 |
| HSL | 74.48º | 1% | 0.55% | - |
| HSV(B) | 74.48º | 0.91% | 1% | - |
| XYZ | 59.47 | 83.72 | 13.84 | - |
| YUV | 211.81 | 21.45 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 23 | 0.22 | 0 | 0.91 | 0 | 74.48 | 1 | 0.55 |
| Hex | C7 | FF | 17 | 16 | 0 | 5B | 0 | 4A | 64 | 37 |
| Octal | 307 | 377 | 27 | 26 | 0 | 133 | 0 | 112 | 144 | 67 |
| Binary | 11000111 | 11111111 | 10111 | 10110 | 0 | 1011011 | 0 | 1001010 | 1100100 | 110111 |
Color Harmonies of #C7FF17
Complementary color
Monochromatic Colors of #C7FF17
Black with #C7FF17
Text Example
Text Example
White with #C7FF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FF17; }
p { color: rgb(199,255,23); }
H1.HeaderClassName
{
color: #C7FF17;
}
.AnyTagClassName
{
color: #C7FF17;
}
</style>
background-color css
<style>
a { background-color: #C7FF17; }
a { background-color: rgb(199,255,23); }
div.DivClassName
{
background-color: #C7FF17;
}
.BgClassName
{
background-color: #C7FF17;
}
</style>
border-color css
<style>
span { border-color: #C7FF17; }
span { border-color: rgb(199,255,23); }
td.TdClassName
{
border-color: #C7FF17;
}
.TagClassName
{
border-color: #C7FF17;
}
</style>