Shades of Electric Lime #C5E603
Tints of Electric Lime #C5E603
RGB
CMYK
RGB Variations
Color information
#C5E603 (or 0xC5E603) is known color: Electric Lime. HEX triplet: C5, E6 and 03. RGB value is (197,230,3). Sum of RGB (Red+Green+Blue) = 197+230+3=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 230 (90.23% from 255 or 53.49% from 430); Blue value is 3 (1.56% from 255 or 0.70% from 430); Max value from RGB is 230 - color contains mainly: green. Hex color #C5E603 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5E603 is #3A19FC. Grayscale: #C3C3C3. Windows color (decimal): -3807741 or 255685. OLE color: 255685.
HSL color Cylindrical-coordinate representation of color #C5E603: hue angle of 68.72º 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 #C5E603 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 230 | 3 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.10 |
| HSL | 68.72º | 0.97% | 0.46% | - |
| HSV(B) | 68.72º | 0.99% | 0.9% | - |
| XYZ | 51.34 | 68.47 | 10.6 | - |
| YUV | 194.26 | 20.07 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 230 | 3 | 0.14 | 0 | 0.99 | 0.10 | 68.72 | 0.97 | 0.46 |
| Hex | C5 | E6 | 3 | E | 0 | 63 | A | 45 | 61 | 2E |
| Octal | 305 | 346 | 3 | 16 | 0 | 143 | 12 | 105 | 141 | 56 |
| Binary | 11000101 | 11100110 | 11 | 1110 | 0 | 1100011 | 1010 | 1000101 | 1100001 | 101110 |
Color Harmonies of #C5E603
Complementary color
Monochromatic Colors of #C5E603
Black with #C5E603
Text Example
Text Example
White with #C5E603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E603; }
p { color: rgb(197,230,3); }
H1.HeaderClassName
{
color: #C5E603;
}
.AnyTagClassName
{
color: #C5E603;
}
</style>
background-color css
<style>
a { background-color: #C5E603; }
a { background-color: rgb(197,230,3); }
div.DivClassName
{
background-color: #C5E603;
}
.BgClassName
{
background-color: #C5E603;
}
</style>
border-color css
<style>
span { border-color: #C5E603; }
span { border-color: rgb(197,230,3); }
td.TdClassName
{
border-color: #C5E603;
}
.TagClassName
{
border-color: #C5E603;
}
</style>