Shades of Electric Lime #C0FA02
Tints of Electric Lime #C0FA02
RGB
CMYK
RGB Variations
Color information
#C0FA02 (or 0xC0FA02) is known color: Electric Lime. HEX triplet: C0, FA and 02. RGB value is (192,250,2). Sum of RGB (Red+Green+Blue) = 192+250+2=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 250 (98.05% from 255 or 56.31% from 444); Blue value is 2 (1.17% from 255 or 0.45% from 444); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FA02 is #3F05FD. Grayscale: #CDCDCD. Windows color (decimal): -4130302 or 195264. OLE color: 195264.
HSL color Cylindrical-coordinate representation of color #C0FA02: hue angle of 74.03º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0FA02 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 2 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.02 |
| HSL | 74.03º | 0.98% | 0.49% | - |
| HSV(B) | 74.03º | 0.99% | 0.98% | - |
| XYZ | 55.93 | 79.58 | 12.47 | - |
| YUV | 204.39 | 13.78 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 2 | 0.23 | 0 | 0.99 | 0.02 | 74.03 | 0.98 | 0.49 |
| Hex | C0 | FA | 2 | 17 | 0 | 63 | 2 | 4A | 62 | 31 |
| Octal | 300 | 372 | 2 | 27 | 0 | 143 | 2 | 112 | 142 | 61 |
| Binary | 11000000 | 11111010 | 10 | 10111 | 0 | 1100011 | 10 | 1001010 | 1100010 | 110001 |
Color Harmonies of #C0FA02
Complementary color
Monochromatic Colors of #C0FA02
Black with #C0FA02
Text Example
Text Example
White with #C0FA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FA02; }
p { color: rgb(192,250,2); }
H1.HeaderClassName
{
color: #C0FA02;
}
.AnyTagClassName
{
color: #C0FA02;
}
</style>
background-color css
<style>
a { background-color: #C0FA02; }
a { background-color: rgb(192,250,2); }
div.DivClassName
{
background-color: #C0FA02;
}
.BgClassName
{
background-color: #C0FA02;
}
</style>
border-color css
<style>
span { border-color: #C0FA02; }
span { border-color: rgb(192,250,2); }
td.TdClassName
{
border-color: #C0FA02;
}
.TagClassName
{
border-color: #C0FA02;
}
</style>