Shades of Electric Lime #C7ED03
Tints of Electric Lime #C7ED03
RGB
CMYK
RGB Variations
Color information
#C7ED03 (or 0xC7ED03) is known color: Electric Lime. HEX triplet: C7, ED and 03. RGB value is (199,237,3). Sum of RGB (Red+Green+Blue) = 199+237+3=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 237 (92.97% from 255 or 53.99% from 439); Blue value is 3 (1.56% from 255 or 0.68% from 439); Max value from RGB is 237 - color contains mainly: green. Hex color #C7ED03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7ED03 is #3812FC. Grayscale: #C7C7C7. Windows color (decimal): -3674877 or 257479. OLE color: 257479.
HSL color Cylindrical-coordinate representation of color #C7ED03: hue angle of 69.74º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7ED03 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 237 | 3 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.07 |
| HSL | 69.74º | 0.98% | 0.47% | - |
| HSV(B) | 69.74º | 0.99% | 0.93% | - |
| XYZ | 53.85 | 72.72 | 11.28 | - |
| YUV | 198.96 | 17.41 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 237 | 3 | 0.16 | 0 | 0.99 | 0.07 | 69.74 | 0.98 | 0.47 |
| Hex | C7 | ED | 3 | 10 | 0 | 63 | 7 | 46 | 62 | 2F |
| Octal | 307 | 355 | 3 | 20 | 0 | 143 | 7 | 106 | 142 | 57 |
| Binary | 11000111 | 11101101 | 11 | 10000 | 0 | 1100011 | 111 | 1000110 | 1100010 | 101111 |
Color Harmonies of #C7ED03
Complementary color
Monochromatic Colors of #C7ED03
Black with #C7ED03
Text Example
Text Example
White with #C7ED03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ED03; }
p { color: rgb(199,237,3); }
H1.HeaderClassName
{
color: #C7ED03;
}
.AnyTagClassName
{
color: #C7ED03;
}
</style>
background-color css
<style>
a { background-color: #C7ED03; }
a { background-color: rgb(199,237,3); }
div.DivClassName
{
background-color: #C7ED03;
}
.BgClassName
{
background-color: #C7ED03;
}
</style>
border-color css
<style>
span { border-color: #C7ED03; }
span { border-color: rgb(199,237,3); }
td.TdClassName
{
border-color: #C7ED03;
}
.TagClassName
{
border-color: #C7ED03;
}
</style>