Shades of Electric Lime #C4E800
Tints of Electric Lime #C4E800
RGB
CMYK
RGB Variations
Color information
#C4E800 (or 0xC4E800) is known color: Electric Lime. HEX triplet: C4, E8 and 00. RGB value is (196,232,0). Sum of RGB (Red+Green+Blue) = 196+232+0=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 232 (91.02% from 255 or 54.21% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 232 - color contains mainly: green. Hex color #C4E800 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4E800 is #3B17FF. Grayscale: #C3C3C3. Windows color (decimal): -3872768 or 59588. OLE color: 59588.
HSL color Cylindrical-coordinate representation of color #C4E800: hue angle of 69.31º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C4E800 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 232 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.09 |
| HSL | 69.31º | 1% | 0.45% | - |
| HSV(B) | 69.31º | 1% | 0.91% | - |
| XYZ | 51.62 | 69.45 | 10.68 | - |
| YUV | 194.79 | 18.07 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 232 | 0 | 0.16 | 0 | 1 | 0.09 | 69.31 | 1 | 0.45 |
| Hex | C4 | E8 | 0 | 10 | 0 | 64 | 9 | 45 | 64 | 2D |
| Octal | 304 | 350 | 0 | 20 | 0 | 144 | 11 | 105 | 144 | 55 |
| Binary | 11000100 | 11101000 | 0 | 10000 | 0 | 1100100 | 1001 | 1000101 | 1100100 | 101101 |
Color Harmonies of #C4E800
Complementary color
Monochromatic Colors of #C4E800
Black with #C4E800
Text Example
Text Example
White with #C4E800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E800; }
p { color: rgb(196,232,0); }
H1.HeaderClassName
{
color: #C4E800;
}
.AnyTagClassName
{
color: #C4E800;
}
</style>
background-color css
<style>
a { background-color: #C4E800; }
a { background-color: rgb(196,232,0); }
div.DivClassName
{
background-color: #C4E800;
}
.BgClassName
{
background-color: #C4E800;
}
</style>
border-color css
<style>
span { border-color: #C4E800; }
span { border-color: rgb(196,232,0); }
td.TdClassName
{
border-color: #C4E800;
}
.TagClassName
{
border-color: #C4E800;
}
</style>