Shades of Electric Lime #C1F10C
Tints of Electric Lime #C1F10C
RGB
CMYK
RGB Variations
Color information
#C1F10C (or 0xC1F10C) is known color: Electric Lime. HEX triplet: C1, F1 and 0C. RGB value is (193,241,12). Sum of RGB (Red+Green+Blue) = 193+241+12=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 241 (94.53% from 255 or 54.04% from 446); Blue value is 12 (5.08% from 255 or 2.69% from 446); Max value from RGB is 241 - color contains mainly: green. Hex color #C1F10C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1F10C is #3E0EF3. Grayscale: #C9C9C9. Windows color (decimal): -4067060 or 848321. OLE color: 848321.
HSL color Cylindrical-coordinate representation of color #C1F10C: hue angle of 72.58º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1F10C is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 241 | 12 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.05 |
| HSL | 72.58º | 0.91% | 0.5% | - |
| HSV(B) | 72.58º | 0.95% | 0.95% | - |
| XYZ | 53.51 | 74.27 | 11.86 | - |
| YUV | 200.54 | 21.6 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 241 | 12 | 0.20 | 0 | 0.95 | 0.05 | 72.58 | 0.91 | 0.5 |
| Hex | C1 | F1 | C | 14 | 0 | 5F | 5 | 49 | 5B | 32 |
| Octal | 301 | 361 | 14 | 24 | 0 | 137 | 5 | 111 | 133 | 62 |
| Binary | 11000001 | 11110001 | 1100 | 10100 | 0 | 1011111 | 101 | 1001001 | 1011011 | 110010 |
Color Harmonies of #C1F10C
Complementary color
Monochromatic Colors of #C1F10C
Black with #C1F10C
Text Example
Text Example
White with #C1F10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F10C; }
p { color: rgb(193,241,12); }
H1.HeaderClassName
{
color: #C1F10C;
}
.AnyTagClassName
{
color: #C1F10C;
}
</style>
background-color css
<style>
a { background-color: #C1F10C; }
a { background-color: rgb(193,241,12); }
div.DivClassName
{
background-color: #C1F10C;
}
.BgClassName
{
background-color: #C1F10C;
}
</style>
border-color css
<style>
span { border-color: #C1F10C; }
span { border-color: rgb(193,241,12); }
td.TdClassName
{
border-color: #C1F10C;
}
.TagClassName
{
border-color: #C1F10C;
}
</style>