Shades of Electric Lime #C2E900
Tints of Electric Lime #C2E900
RGB
CMYK
RGB Variations
Color information
#C2E900 (or 0xC2E900) is known color: Electric Lime. HEX triplet: C2, E9 and 00. RGB value is (194,233,0). Sum of RGB (Red+Green+Blue) = 194+233+0=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 233 (91.41% from 255 or 54.57% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E900 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2E900 is #3D16FF. Grayscale: #C3C3C3. Windows color (decimal): -4003584 or 59842. OLE color: 59842.
HSL color Cylindrical-coordinate representation of color #C2E900: hue angle of 70.04º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2E900 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 233 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.09 |
| HSL | 70.04º | 1% | 0.46% | - |
| HSV(B) | 70.04º | 1% | 0.91% | - |
| XYZ | 51.39 | 69.75 | 10.75 | - |
| YUV | 194.78 | 18.08 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 233 | 0 | 0.17 | 0 | 1 | 0.09 | 70.04 | 1 | 0.46 |
| Hex | C2 | E9 | 0 | 11 | 0 | 64 | 9 | 46 | 64 | 2E |
| Octal | 302 | 351 | 0 | 21 | 0 | 144 | 11 | 106 | 144 | 56 |
| Binary | 11000010 | 11101001 | 0 | 10001 | 0 | 1100100 | 1001 | 1000110 | 1100100 | 101110 |
Color Harmonies of #C2E900
Complementary color
Monochromatic Colors of #C2E900
Black with #C2E900
Text Example
Text Example
White with #C2E900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E900; }
p { color: rgb(194,233,0); }
H1.HeaderClassName
{
color: #C2E900;
}
.AnyTagClassName
{
color: #C2E900;
}
</style>
background-color css
<style>
a { background-color: #C2E900; }
a { background-color: rgb(194,233,0); }
div.DivClassName
{
background-color: #C2E900;
}
.BgClassName
{
background-color: #C2E900;
}
</style>
border-color css
<style>
span { border-color: #C2E900; }
span { border-color: rgb(194,233,0); }
td.TdClassName
{
border-color: #C2E900;
}
.TagClassName
{
border-color: #C2E900;
}
</style>