Shades of Electric Lime #C4E600
Tints of Electric Lime #C4E600
RGB
CMYK
RGB Variations
Color information
#C4E600 (or 0xC4E600) is known color: Electric Lime. HEX triplet: C4, E6 and 00. RGB value is (196,230,0). Sum of RGB (Red+Green+Blue) = 196+230+0=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 230 (90.23% from 255 or 53.99% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 230 - color contains mainly: green. Hex color #C4E600 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4E600 is #3B19FF. Grayscale: #C2C2C2. Windows color (decimal): -3873280 or 59076. OLE color: 59076.
HSL color Cylindrical-coordinate representation of color #C4E600: hue angle of 68.87º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C4E600 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 230 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.10 |
| HSL | 68.87º | 1% | 0.45% | - |
| HSV(B) | 68.87º | 1% | 0.9% | - |
| XYZ | 51.06 | 68.33 | 10.5 | - |
| YUV | 193.61 | 18.74 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 230 | 0 | 0.15 | 0 | 1 | 0.10 | 68.87 | 1 | 0.45 |
| Hex | C4 | E6 | 0 | F | 0 | 64 | A | 45 | 64 | 2D |
| Octal | 304 | 346 | 0 | 17 | 0 | 144 | 12 | 105 | 144 | 55 |
| Binary | 11000100 | 11100110 | 0 | 1111 | 0 | 1100100 | 1010 | 1000101 | 1100100 | 101101 |
Color Harmonies of #C4E600
Complementary color
Monochromatic Colors of #C4E600
Black with #C4E600
Text Example
Text Example
White with #C4E600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E600; }
p { color: rgb(196,230,0); }
H1.HeaderClassName
{
color: #C4E600;
}
.AnyTagClassName
{
color: #C4E600;
}
</style>
background-color css
<style>
a { background-color: #C4E600; }
a { background-color: rgb(196,230,0); }
div.DivClassName
{
background-color: #C4E600;
}
.BgClassName
{
background-color: #C4E600;
}
</style>
border-color css
<style>
span { border-color: #C4E600; }
span { border-color: rgb(196,230,0); }
td.TdClassName
{
border-color: #C4E600;
}
.TagClassName
{
border-color: #C4E600;
}
</style>