Shades of Electric Lime #C5E703
Tints of Electric Lime #C5E703
RGB
CMYK
RGB Variations
Color information
#C5E703 (or 0xC5E703) is known color: Electric Lime. HEX triplet: C5, E7 and 03. RGB value is (197,231,3). Sum of RGB (Red+Green+Blue) = 197+231+3=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 231 (90.62% from 255 or 53.60% from 431); Blue value is 3 (1.56% from 255 or 0.70% from 431); Max value from RGB is 231 - color contains mainly: green. Hex color #C5E703 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5E703 is #3A18FC. Grayscale: #C3C3C3. Windows color (decimal): -3807485 or 255941. OLE color: 255941.
HSL color Cylindrical-coordinate representation of color #C5E703: hue angle of 68.95º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5E703 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 231 | 3 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.09 |
| HSL | 68.95º | 0.97% | 0.46% | - |
| HSV(B) | 68.95º | 0.99% | 0.91% | - |
| XYZ | 51.62 | 69.03 | 10.69 | - |
| YUV | 194.84 | 19.74 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 231 | 3 | 0.15 | 0 | 0.99 | 0.09 | 68.95 | 0.97 | 0.46 |
| Hex | C5 | E7 | 3 | F | 0 | 63 | 9 | 45 | 61 | 2E |
| Octal | 305 | 347 | 3 | 17 | 0 | 143 | 11 | 105 | 141 | 56 |
| Binary | 11000101 | 11100111 | 11 | 1111 | 0 | 1100011 | 1001 | 1000101 | 1100001 | 101110 |
Color Harmonies of #C5E703
Complementary color
Monochromatic Colors of #C5E703
Black with #C5E703
Text Example
Text Example
White with #C5E703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E703; }
p { color: rgb(197,231,3); }
H1.HeaderClassName
{
color: #C5E703;
}
.AnyTagClassName
{
color: #C5E703;
}
</style>
background-color css
<style>
a { background-color: #C5E703; }
a { background-color: rgb(197,231,3); }
div.DivClassName
{
background-color: #C5E703;
}
.BgClassName
{
background-color: #C5E703;
}
</style>
border-color css
<style>
span { border-color: #C5E703; }
span { border-color: rgb(197,231,3); }
td.TdClassName
{
border-color: #C5E703;
}
.TagClassName
{
border-color: #C5E703;
}
</style>