Shades of Electric Lime #C2E803
Tints of Electric Lime #C2E803
RGB
CMYK
RGB Variations
Color information
#C2E803 (or 0xC2E803) is known color: Electric Lime. HEX triplet: C2, E8 and 03. RGB value is (194,232,3). Sum of RGB (Red+Green+Blue) = 194+232+3=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 232 (91.02% from 255 or 54.08% from 429); Blue value is 3 (1.56% from 255 or 0.70% from 429); Max value from RGB is 232 - color contains mainly: green. Hex color #C2E803 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2E803 is #3D17FC. Grayscale: #C3C3C3. Windows color (decimal): -4003837 or 256194. OLE color: 256194.
HSL color Cylindrical-coordinate representation of color #C2E803: hue angle of 69.96º 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 #C2E803 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 232 | 3 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.09 |
| HSL | 69.96º | 0.97% | 0.46% | - |
| HSV(B) | 69.96º | 0.99% | 0.91% | - |
| XYZ | 51.12 | 69.19 | 10.75 | - |
| YUV | 194.53 | 19.91 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 232 | 3 | 0.16 | 0 | 0.99 | 0.09 | 69.96 | 0.97 | 0.46 |
| Hex | C2 | E8 | 3 | 10 | 0 | 63 | 9 | 46 | 61 | 2E |
| Octal | 302 | 350 | 3 | 20 | 0 | 143 | 11 | 106 | 141 | 56 |
| Binary | 11000010 | 11101000 | 11 | 10000 | 0 | 1100011 | 1001 | 1000110 | 1100001 | 101110 |
Color Harmonies of #C2E803
Complementary color
Monochromatic Colors of #C2E803
Black with #C2E803
Text Example
Text Example
White with #C2E803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E803; }
p { color: rgb(194,232,3); }
H1.HeaderClassName
{
color: #C2E803;
}
.AnyTagClassName
{
color: #C2E803;
}
</style>
background-color css
<style>
a { background-color: #C2E803; }
a { background-color: rgb(194,232,3); }
div.DivClassName
{
background-color: #C2E803;
}
.BgClassName
{
background-color: #C2E803;
}
</style>
border-color css
<style>
span { border-color: #C2E803; }
span { border-color: rgb(194,232,3); }
td.TdClassName
{
border-color: #C2E803;
}
.TagClassName
{
border-color: #C2E803;
}
</style>