Shades of Electric Lime #C5F202
Tints of Electric Lime #C5F202
RGB
CMYK
RGB Variations
Color information
#C5F202 (or 0xC5F202) is known color: Electric Lime. HEX triplet: C5, F2 and 02. RGB value is (197,242,2). Sum of RGB (Red+Green+Blue) = 197+242+2=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 242 (94.92% from 255 or 54.88% from 441); Blue value is 2 (1.17% from 255 or 0.45% from 441); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F202 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F202 is #3A0DFD. Grayscale: #CACACA. Windows color (decimal): -3804670 or 193221. OLE color: 193221.
HSL color Cylindrical-coordinate representation of color #C5F202: hue angle of 71.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5F202 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 242 | 2 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.05 |
| HSL | 71.25º | 0.98% | 0.48% | - |
| HSV(B) | 71.25º | 0.99% | 0.95% | - |
| XYZ | 54.79 | 75.38 | 11.72 | - |
| YUV | 201.19 | 15.59 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 242 | 2 | 0.19 | 0 | 0.99 | 0.05 | 71.25 | 0.98 | 0.48 |
| Hex | C5 | F2 | 2 | 13 | 0 | 63 | 5 | 47 | 62 | 30 |
| Octal | 305 | 362 | 2 | 23 | 0 | 143 | 5 | 107 | 142 | 60 |
| Binary | 11000101 | 11110010 | 10 | 10011 | 0 | 1100011 | 101 | 1000111 | 1100010 | 110000 |
Color Harmonies of #C5F202
Complementary color
Monochromatic Colors of #C5F202
Black with #C5F202
Text Example
Text Example
White with #C5F202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F202; }
p { color: rgb(197,242,2); }
H1.HeaderClassName
{
color: #C5F202;
}
.AnyTagClassName
{
color: #C5F202;
}
</style>
background-color css
<style>
a { background-color: #C5F202; }
a { background-color: rgb(197,242,2); }
div.DivClassName
{
background-color: #C5F202;
}
.BgClassName
{
background-color: #C5F202;
}
</style>
border-color css
<style>
span { border-color: #C5F202; }
span { border-color: rgb(197,242,2); }
td.TdClassName
{
border-color: #C5F202;
}
.TagClassName
{
border-color: #C5F202;
}
</style>