Shades of Electric Lime #C1F700
Tints of Electric Lime #C1F700
RGB
CMYK
RGB Variations
Color information
#C1F700 (or 0xC1F700) is known color: Electric Lime. HEX triplet: C1, F7 and 00. RGB value is (193,247,0). Sum of RGB (Red+Green+Blue) = 193+247+0=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 247 (96.88% from 255 or 56.14% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 247 - color contains mainly: green. Hex color #C1F700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1F700 is #3E08FF. Grayscale: #CBCBCB. Windows color (decimal): -4065536 or 63425. OLE color: 63425.
HSL color Cylindrical-coordinate representation of color #C1F700: hue angle of 73.12º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C1F700 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 247 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.03 |
| HSL | 73.12º | 1% | 0.48% | - |
| HSV(B) | 73.12º | 1% | 0.97% | - |
| XYZ | 55.25 | 77.86 | 12.12 | - |
| YUV | 202.7 | 13.61 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 247 | 0 | 0.22 | 0 | 1 | 0.03 | 73.12 | 1 | 0.48 |
| Hex | C1 | F7 | 0 | 16 | 0 | 64 | 3 | 49 | 64 | 30 |
| Octal | 301 | 367 | 0 | 26 | 0 | 144 | 3 | 111 | 144 | 60 |
| Binary | 11000001 | 11110111 | 0 | 10110 | 0 | 1100100 | 11 | 1001001 | 1100100 | 110000 |
Color Harmonies of #C1F700
Complementary color
Monochromatic Colors of #C1F700
Black with #C1F700
Text Example
Text Example
White with #C1F700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F700; }
p { color: rgb(193,247,0); }
H1.HeaderClassName
{
color: #C1F700;
}
.AnyTagClassName
{
color: #C1F700;
}
</style>
background-color css
<style>
a { background-color: #C1F700; }
a { background-color: rgb(193,247,0); }
div.DivClassName
{
background-color: #C1F700;
}
.BgClassName
{
background-color: #C1F700;
}
</style>
border-color css
<style>
span { border-color: #C1F700; }
span { border-color: rgb(193,247,0); }
td.TdClassName
{
border-color: #C1F700;
}
.TagClassName
{
border-color: #C1F700;
}
</style>