Shades of Electric Lime #C1F308
Tints of Electric Lime #C1F308
RGB
CMYK
RGB Variations
Color information
#C1F308 (or 0xC1F308) is known color: Electric Lime. HEX triplet: C1, F3 and 08. RGB value is (193,243,8). Sum of RGB (Red+Green+Blue) = 193+243+8=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 243 (95.31% from 255 or 54.73% from 444); Blue value is 8 (3.52% from 255 or 1.80% from 444); Max value from RGB is 243 - color contains mainly: green. Hex color #C1F308 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1F308 is #3E0CF7. Grayscale: #CACACA. Windows color (decimal): -4066552 or 586689. OLE color: 586689.
HSL color Cylindrical-coordinate representation of color #C1F308: hue angle of 72.77º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1F308 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 243 | 8 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.05 |
| HSL | 72.77º | 0.94% | 0.49% | - |
| HSV(B) | 72.77º | 0.97% | 0.95% | - |
| XYZ | 54.09 | 75.46 | 11.94 | - |
| YUV | 201.26 | 18.94 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 243 | 8 | 0.21 | 0 | 0.97 | 0.05 | 72.77 | 0.94 | 0.49 |
| Hex | C1 | F3 | 8 | 15 | 0 | 61 | 5 | 49 | 5E | 31 |
| Octal | 301 | 363 | 10 | 25 | 0 | 141 | 5 | 111 | 136 | 61 |
| Binary | 11000001 | 11110011 | 1000 | 10101 | 0 | 1100001 | 101 | 1001001 | 1011110 | 110001 |
Color Harmonies of #C1F308
Complementary color
Monochromatic Colors of #C1F308
Black with #C1F308
Text Example
Text Example
White with #C1F308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F308; }
p { color: rgb(193,243,8); }
H1.HeaderClassName
{
color: #C1F308;
}
.AnyTagClassName
{
color: #C1F308;
}
</style>
background-color css
<style>
a { background-color: #C1F308; }
a { background-color: rgb(193,243,8); }
div.DivClassName
{
background-color: #C1F308;
}
.BgClassName
{
background-color: #C1F308;
}
</style>
border-color css
<style>
span { border-color: #C1F308; }
span { border-color: rgb(193,243,8); }
td.TdClassName
{
border-color: #C1F308;
}
.TagClassName
{
border-color: #C1F308;
}
</style>