Shades of Electric Lime #C7E603
Tints of Electric Lime #C7E603
RGB
CMYK
RGB Variations
Color information
#C7E603 (or 0xC7E603) is known color: Electric Lime. HEX triplet: C7, E6 and 03. RGB value is (199,230,3). Sum of RGB (Red+Green+Blue) = 199+230+3=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 230 (90.23% from 255 or 53.24% from 432); Blue value is 3 (1.56% from 255 or 0.69% from 432); Max value from RGB is 230 - color contains mainly: green. Hex color #C7E603 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7E603 is #3819FC. Grayscale: #C3C3C3. Windows color (decimal): -3676669 or 255687. OLE color: 255687.
HSL color Cylindrical-coordinate representation of color #C7E603: hue angle of 68.19º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7E603 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 230 | 3 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.10 |
| HSL | 68.19º | 0.97% | 0.46% | - |
| HSV(B) | 68.19º | 0.99% | 0.9% | - |
| XYZ | 51.87 | 68.74 | 10.62 | - |
| YUV | 194.85 | 19.73 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 230 | 3 | 0.13 | 0 | 0.99 | 0.10 | 68.19 | 0.97 | 0.46 |
| Hex | C7 | E6 | 3 | D | 0 | 63 | A | 44 | 61 | 2E |
| Octal | 307 | 346 | 3 | 15 | 0 | 143 | 12 | 104 | 141 | 56 |
| Binary | 11000111 | 11100110 | 11 | 1101 | 0 | 1100011 | 1010 | 1000100 | 1100001 | 101110 |
Color Harmonies of #C7E603
Complementary color
Monochromatic Colors of #C7E603
Black with #C7E603
Text Example
Text Example
White with #C7E603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E603; }
p { color: rgb(199,230,3); }
H1.HeaderClassName
{
color: #C7E603;
}
.AnyTagClassName
{
color: #C7E603;
}
</style>
background-color css
<style>
a { background-color: #C7E603; }
a { background-color: rgb(199,230,3); }
div.DivClassName
{
background-color: #C7E603;
}
.BgClassName
{
background-color: #C7E603;
}
</style>
border-color css
<style>
span { border-color: #C7E603; }
span { border-color: rgb(199,230,3); }
td.TdClassName
{
border-color: #C7E603;
}
.TagClassName
{
border-color: #C7E603;
}
</style>