Shades of Electric Lime #C1F904
Tints of Electric Lime #C1F904
RGB
CMYK
RGB Variations
Color information
#C1F904 (or 0xC1F904) is known color: Electric Lime. HEX triplet: C1, F9 and 04. RGB value is (193,249,4). Sum of RGB (Red+Green+Blue) = 193+249+4=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 249 (97.66% from 255 or 55.83% from 446); Blue value is 4 (1.95% from 255 or 0.90% from 446); Max value from RGB is 249 - color contains mainly: green. Hex color #C1F904 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1F904 is #3E06FB. Grayscale: #CDCDCD. Windows color (decimal): -4065020 or 326081. OLE color: 326081.
HSL color Cylindrical-coordinate representation of color #C1F904: hue angle of 73.71º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1F904 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 249 | 4 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.02 |
| HSL | 73.71º | 0.97% | 0.5% | - |
| HSV(B) | 73.71º | 0.98% | 0.98% | - |
| XYZ | 55.89 | 79.1 | 12.44 | - |
| YUV | 204.33 | 14.95 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 249 | 4 | 0.22 | 0 | 0.98 | 0.02 | 73.71 | 0.97 | 0.5 |
| Hex | C1 | F9 | 4 | 16 | 0 | 62 | 2 | 4A | 61 | 32 |
| Octal | 301 | 371 | 4 | 26 | 0 | 142 | 2 | 112 | 141 | 62 |
| Binary | 11000001 | 11111001 | 100 | 10110 | 0 | 1100010 | 10 | 1001010 | 1100001 | 110010 |
Color Harmonies of #C1F904
Complementary color
Monochromatic Colors of #C1F904
Black with #C1F904
Text Example
Text Example
White with #C1F904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F904; }
p { color: rgb(193,249,4); }
H1.HeaderClassName
{
color: #C1F904;
}
.AnyTagClassName
{
color: #C1F904;
}
</style>
background-color css
<style>
a { background-color: #C1F904; }
a { background-color: rgb(193,249,4); }
div.DivClassName
{
background-color: #C1F904;
}
.BgClassName
{
background-color: #C1F904;
}
</style>
border-color css
<style>
span { border-color: #C1F904; }
span { border-color: rgb(193,249,4); }
td.TdClassName
{
border-color: #C1F904;
}
.TagClassName
{
border-color: #C1F904;
}
</style>