Shades of Electric Lime #C5F209
Tints of Electric Lime #C5F209
RGB
CMYK
RGB Variations
Color information
#C5F209 (or 0xC5F209) is known color: Electric Lime. HEX triplet: C5, F2 and 09. RGB value is (197,242,9). Sum of RGB (Red+Green+Blue) = 197+242+9=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 242 (94.92% from 255 or 54.02% from 448); Blue value is 9 (3.91% from 255 or 2.01% from 448); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F209 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F209 is #3A0DF6. Grayscale: #CACACA. Windows color (decimal): -3804663 or 651973. OLE color: 651973.
HSL color Cylindrical-coordinate representation of color #C5F209: hue angle of 71.59º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5F209 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 242 | 9 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.05 |
| HSL | 71.59º | 0.93% | 0.49% | - |
| HSV(B) | 71.59º | 0.96% | 0.95% | - |
| XYZ | 54.83 | 75.39 | 11.92 | - |
| YUV | 201.98 | 19.09 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 242 | 9 | 0.19 | 0 | 0.96 | 0.05 | 71.59 | 0.93 | 0.49 |
| Hex | C5 | F2 | 9 | 13 | 0 | 60 | 5 | 48 | 5D | 31 |
| Octal | 305 | 362 | 11 | 23 | 0 | 140 | 5 | 110 | 135 | 61 |
| Binary | 11000101 | 11110010 | 1001 | 10011 | 0 | 1100000 | 101 | 1001000 | 1011101 | 110001 |
Color Harmonies of #C5F209
Complementary color
Monochromatic Colors of #C5F209
Black with #C5F209
Text Example
Text Example
White with #C5F209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F209; }
p { color: rgb(197,242,9); }
H1.HeaderClassName
{
color: #C5F209;
}
.AnyTagClassName
{
color: #C5F209;
}
</style>
background-color css
<style>
a { background-color: #C5F209; }
a { background-color: rgb(197,242,9); }
div.DivClassName
{
background-color: #C5F209;
}
.BgClassName
{
background-color: #C5F209;
}
</style>
border-color css
<style>
span { border-color: #C5F209; }
span { border-color: rgb(197,242,9); }
td.TdClassName
{
border-color: #C5F209;
}
.TagClassName
{
border-color: #C5F209;
}
</style>