Shades of Electric Lime #C2FE02
Tints of Electric Lime #C2FE02
RGB
CMYK
RGB Variations
Color information
#C2FE02 (or 0xC2FE02) is known color: Electric Lime. HEX triplet: C2, FE and 02. RGB value is (194,254,2). Sum of RGB (Red+Green+Blue) = 194+254+2=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 254 (99.61% from 255 or 56.44% from 450); Blue value is 2 (1.17% from 255 or 0.44% from 450); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FE02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FE02 is #3D01FD. Grayscale: #D0D0D0. Windows color (decimal): -3998206 or 196290. OLE color: 196290.
HSL color Cylindrical-coordinate representation of color #C2FE02: hue angle of 74.29º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2FE02 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 2 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.00 |
| HSL | 74.29º | 0.99% | 0.5% | - |
| HSV(B) | 74.29º | 0.99% | 1% | - |
| XYZ | 57.7 | 82.36 | 12.91 | - |
| YUV | 207.33 | 12.12 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 2 | 0.24 | 0 | 0.99 | 0.00 | 74.29 | 0.99 | 0.5 |
| Hex | C2 | FE | 2 | 18 | 0 | 63 | 0 | 4A | 63 | 32 |
| Octal | 302 | 376 | 2 | 30 | 0 | 143 | 0 | 112 | 143 | 62 |
| Binary | 11000010 | 11111110 | 10 | 11000 | 0 | 1100011 | 0 | 1001010 | 1100011 | 110010 |
Color Harmonies of #C2FE02
Complementary color
Monochromatic Colors of #C2FE02
Black with #C2FE02
Text Example
Text Example
White with #C2FE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FE02; }
p { color: rgb(194,254,2); }
H1.HeaderClassName
{
color: #C2FE02;
}
.AnyTagClassName
{
color: #C2FE02;
}
</style>
background-color css
<style>
a { background-color: #C2FE02; }
a { background-color: rgb(194,254,2); }
div.DivClassName
{
background-color: #C2FE02;
}
.BgClassName
{
background-color: #C2FE02;
}
</style>
border-color css
<style>
span { border-color: #C2FE02; }
span { border-color: rgb(194,254,2); }
td.TdClassName
{
border-color: #C2FE02;
}
.TagClassName
{
border-color: #C2FE02;
}
</style>