Shades of Electric Lime #C4E700
Tints of Electric Lime #C4E700
RGB
CMYK
RGB Variations
Color information
#C4E700 (or 0xC4E700) is known color: Electric Lime. HEX triplet: C4, E7 and 00. RGB value is (196,231,0). Sum of RGB (Red+Green+Blue) = 196+231+0=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 231 (90.62% from 255 or 54.10% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 231 - color contains mainly: green. Hex color #C4E700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4E700 is #3B18FF. Grayscale: #C3C3C3. Windows color (decimal): -3873024 or 59332. OLE color: 59332.
HSL color Cylindrical-coordinate representation of color #C4E700: hue angle of 69.09º 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 #C4E700 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 231 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.09 |
| HSL | 69.09º | 1% | 0.45% | - |
| HSV(B) | 69.09º | 1% | 0.91% | - |
| XYZ | 51.34 | 68.89 | 10.59 | - |
| YUV | 194.2 | 18.4 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 231 | 0 | 0.15 | 0 | 1 | 0.09 | 69.09 | 1 | 0.45 |
| Hex | C4 | E7 | 0 | F | 0 | 64 | 9 | 45 | 64 | 2D |
| Octal | 304 | 347 | 0 | 17 | 0 | 144 | 11 | 105 | 144 | 55 |
| Binary | 11000100 | 11100111 | 0 | 1111 | 0 | 1100100 | 1001 | 1000101 | 1100100 | 101101 |
Color Harmonies of #C4E700
Complementary color
Monochromatic Colors of #C4E700
Black with #C4E700
Text Example
Text Example
White with #C4E700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E700; }
p { color: rgb(196,231,0); }
H1.HeaderClassName
{
color: #C4E700;
}
.AnyTagClassName
{
color: #C4E700;
}
</style>
background-color css
<style>
a { background-color: #C4E700; }
a { background-color: rgb(196,231,0); }
div.DivClassName
{
background-color: #C4E700;
}
.BgClassName
{
background-color: #C4E700;
}
</style>
border-color css
<style>
span { border-color: #C4E700; }
span { border-color: rgb(196,231,0); }
td.TdClassName
{
border-color: #C4E700;
}
.TagClassName
{
border-color: #C4E700;
}
</style>