Shades of Electric Lime #C7FF19
Tints of Electric Lime #C7FF19
RGB
CMYK
RGB Variations
Color information
#C7FF19 (or 0xC7FF19) is known color: Electric Lime. HEX triplet: C7, FF and 19. RGB value is (199,255,25). Sum of RGB (Red+Green+Blue) = 199+255+25=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 25 (10.16% from 255 or 5.22% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FF19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7FF19 is #3800E6. Grayscale: #D4D4D4. Windows color (decimal): -3670247 or 1703879. OLE color: 1703879.
HSL color Cylindrical-coordinate representation of color #C7FF19: hue angle of 74.61º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7FF19 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 25 | - |
| CMYK | 0.22 | 0 | 0.90 | 0 |
| HSL | 74.61º | 1% | 0.55% | - |
| HSV(B) | 74.61º | 0.9% | 1% | - |
| XYZ | 59.49 | 83.73 | 13.95 | - |
| YUV | 212.04 | 22.45 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 25 | 0.22 | 0 | 0.90 | 0 | 74.61 | 1 | 0.55 |
| Hex | C7 | FF | 19 | 16 | 0 | 5A | 0 | 4B | 64 | 37 |
| Octal | 307 | 377 | 31 | 26 | 0 | 132 | 0 | 113 | 144 | 67 |
| Binary | 11000111 | 11111111 | 11001 | 10110 | 0 | 1011010 | 0 | 1001011 | 1100100 | 110111 |
Color Harmonies of #C7FF19
Complementary color
Monochromatic Colors of #C7FF19
Black with #C7FF19
Text Example
Text Example
White with #C7FF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FF19; }
p { color: rgb(199,255,25); }
H1.HeaderClassName
{
color: #C7FF19;
}
.AnyTagClassName
{
color: #C7FF19;
}
</style>
background-color css
<style>
a { background-color: #C7FF19; }
a { background-color: rgb(199,255,25); }
div.DivClassName
{
background-color: #C7FF19;
}
.BgClassName
{
background-color: #C7FF19;
}
</style>
border-color css
<style>
span { border-color: #C7FF19; }
span { border-color: rgb(199,255,25); }
td.TdClassName
{
border-color: #C7FF19;
}
.TagClassName
{
border-color: #C7FF19;
}
</style>