Shades of Electric Lime #C7ED02
Tints of Electric Lime #C7ED02
RGB
CMYK
RGB Variations
Color information
#C7ED02 (or 0xC7ED02) is known color: Electric Lime. HEX triplet: C7, ED and 02. RGB value is (199,237,2). Sum of RGB (Red+Green+Blue) = 199+237+2=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 237 (92.97% from 255 or 54.11% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 237 - color contains mainly: green. Hex color #C7ED02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7ED02 is #3812FD. Grayscale: #C7C7C7. Windows color (decimal): -3674878 or 191943. OLE color: 191943.
HSL color Cylindrical-coordinate representation of color #C7ED02: hue angle of 69.7º 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 #C7ED02 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 237 | 2 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.07 |
| HSL | 69.7º | 0.98% | 0.47% | - |
| HSV(B) | 69.7º | 0.99% | 0.93% | - |
| XYZ | 53.85 | 72.71 | 11.25 | - |
| YUV | 198.85 | 16.91 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 237 | 2 | 0.16 | 0 | 0.99 | 0.07 | 69.7 | 0.98 | 0.47 |
| Hex | C7 | ED | 2 | 10 | 0 | 63 | 7 | 46 | 62 | 2F |
| Octal | 307 | 355 | 2 | 20 | 0 | 143 | 7 | 106 | 142 | 57 |
| Binary | 11000111 | 11101101 | 10 | 10000 | 0 | 1100011 | 111 | 1000110 | 1100010 | 101111 |
Color Harmonies of #C7ED02
Complementary color
Monochromatic Colors of #C7ED02
Black with #C7ED02
Text Example
Text Example
White with #C7ED02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ED02; }
p { color: rgb(199,237,2); }
H1.HeaderClassName
{
color: #C7ED02;
}
.AnyTagClassName
{
color: #C7ED02;
}
</style>
background-color css
<style>
a { background-color: #C7ED02; }
a { background-color: rgb(199,237,2); }
div.DivClassName
{
background-color: #C7ED02;
}
.BgClassName
{
background-color: #C7ED02;
}
</style>
border-color css
<style>
span { border-color: #C7ED02; }
span { border-color: rgb(199,237,2); }
td.TdClassName
{
border-color: #C7ED02;
}
.TagClassName
{
border-color: #C7ED02;
}
</style>