Shades of Electric Lime #C4FF07
Tints of Electric Lime #C4FF07
RGB
CMYK
RGB Variations
Color information
#C4FF07 (or 0xC4FF07) is known color: Electric Lime. HEX triplet: C4, FF and 07. RGB value is (196,255,7). Sum of RGB (Red+Green+Blue) = 196+255+7=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 255 (100% from 255 or 55.68% from 458); Blue value is 7 (3.12% from 255 or 1.53% from 458); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FF07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4FF07 is #3B00F8. Grayscale: #D2D2D2. Windows color (decimal): -3866873 or 524228. OLE color: 524228.
HSL color Cylindrical-coordinate representation of color #C4FF07: hue angle of 74.27º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C4FF07 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 255 | 7 | - |
| CMYK | 0.23 | 0 | 0.97 | 0 |
| HSL | 74.27º | 1% | 0.51% | - |
| HSV(B) | 74.27º | 0.97% | 1% | - |
| XYZ | 58.56 | 83.27 | 13.19 | - |
| YUV | 209.09 | 13.95 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 255 | 7 | 0.23 | 0 | 0.97 | 0 | 74.27 | 1 | 0.51 |
| Hex | C4 | FF | 7 | 17 | 0 | 61 | 0 | 4A | 64 | 33 |
| Octal | 304 | 377 | 7 | 27 | 0 | 141 | 0 | 112 | 144 | 63 |
| Binary | 11000100 | 11111111 | 111 | 10111 | 0 | 1100001 | 0 | 1001010 | 1100100 | 110011 |
Color Harmonies of #C4FF07
Complementary color
Monochromatic Colors of #C4FF07
Black with #C4FF07
Text Example
Text Example
White with #C4FF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FF07; }
p { color: rgb(196,255,7); }
H1.HeaderClassName
{
color: #C4FF07;
}
.AnyTagClassName
{
color: #C4FF07;
}
</style>
background-color css
<style>
a { background-color: #C4FF07; }
a { background-color: rgb(196,255,7); }
div.DivClassName
{
background-color: #C4FF07;
}
.BgClassName
{
background-color: #C4FF07;
}
</style>
border-color css
<style>
span { border-color: #C4FF07; }
span { border-color: rgb(196,255,7); }
td.TdClassName
{
border-color: #C4FF07;
}
.TagClassName
{
border-color: #C4FF07;
}
</style>