Shades of Electric Lime #C5F204
Tints of Electric Lime #C5F204
RGB
CMYK
RGB Variations
Color information
#C5F204 (or 0xC5F204) is known color: Electric Lime. HEX triplet: C5, F2 and 04. RGB value is (197,242,4). Sum of RGB (Red+Green+Blue) = 197+242+4=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 242 (94.92% from 255 or 54.63% from 443); Blue value is 4 (1.95% from 255 or 0.90% from 443); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F204 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F204 is #3A0DFB. Grayscale: #CACACA. Windows color (decimal): -3804668 or 324293. OLE color: 324293.
HSL color Cylindrical-coordinate representation of color #C5F204: hue angle of 71.34º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5F204 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 242 | 4 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.05 |
| HSL | 71.34º | 0.97% | 0.48% | - |
| HSV(B) | 71.34º | 0.98% | 0.95% | - |
| XYZ | 54.8 | 75.38 | 11.78 | - |
| YUV | 201.41 | 16.59 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 242 | 4 | 0.19 | 0 | 0.98 | 0.05 | 71.34 | 0.97 | 0.48 |
| Hex | C5 | F2 | 4 | 13 | 0 | 62 | 5 | 47 | 61 | 30 |
| Octal | 305 | 362 | 4 | 23 | 0 | 142 | 5 | 107 | 141 | 60 |
| Binary | 11000101 | 11110010 | 100 | 10011 | 0 | 1100010 | 101 | 1000111 | 1100001 | 110000 |
Color Harmonies of #C5F204
Complementary color
Monochromatic Colors of #C5F204
Black with #C5F204
Text Example
Text Example
White with #C5F204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F204; }
p { color: rgb(197,242,4); }
H1.HeaderClassName
{
color: #C5F204;
}
.AnyTagClassName
{
color: #C5F204;
}
</style>
background-color css
<style>
a { background-color: #C5F204; }
a { background-color: rgb(197,242,4); }
div.DivClassName
{
background-color: #C5F204;
}
.BgClassName
{
background-color: #C5F204;
}
</style>
border-color css
<style>
span { border-color: #C5F204; }
span { border-color: rgb(197,242,4); }
td.TdClassName
{
border-color: #C5F204;
}
.TagClassName
{
border-color: #C5F204;
}
</style>