Shades of Electric Lime #C1FB08
Tints of Electric Lime #C1FB08
RGB
CMYK
RGB Variations
Color information
#C1FB08 (or 0xC1FB08) is known color: Electric Lime. HEX triplet: C1, FB and 08. RGB value is (193,251,8). Sum of RGB (Red+Green+Blue) = 193+251+8=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 251 (98.44% from 255 or 55.53% from 452); Blue value is 8 (3.52% from 255 or 1.77% from 452); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FB08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1FB08 is #3E04F7. Grayscale: #CECECE. Windows color (decimal): -4064504 or 588737. OLE color: 588737.
HSL color Cylindrical-coordinate representation of color #C1FB08: hue angle of 74.32º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1FB08 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 251 | 8 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.02 |
| HSL | 74.32º | 0.97% | 0.51% | - |
| HSV(B) | 74.32º | 0.97% | 0.98% | - |
| XYZ | 56.53 | 80.35 | 12.76 | - |
| YUV | 205.96 | 16.28 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 251 | 8 | 0.23 | 0 | 0.97 | 0.02 | 74.32 | 0.97 | 0.51 |
| Hex | C1 | FB | 8 | 17 | 0 | 61 | 2 | 4A | 61 | 33 |
| Octal | 301 | 373 | 10 | 27 | 0 | 141 | 2 | 112 | 141 | 63 |
| Binary | 11000001 | 11111011 | 1000 | 10111 | 0 | 1100001 | 10 | 1001010 | 1100001 | 110011 |
Color Harmonies of #C1FB08
Complementary color
Monochromatic Colors of #C1FB08
Black with #C1FB08
Text Example
Text Example
White with #C1FB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FB08; }
p { color: rgb(193,251,8); }
H1.HeaderClassName
{
color: #C1FB08;
}
.AnyTagClassName
{
color: #C1FB08;
}
</style>
background-color css
<style>
a { background-color: #C1FB08; }
a { background-color: rgb(193,251,8); }
div.DivClassName
{
background-color: #C1FB08;
}
.BgClassName
{
background-color: #C1FB08;
}
</style>
border-color css
<style>
span { border-color: #C1FB08; }
span { border-color: rgb(193,251,8); }
td.TdClassName
{
border-color: #C1FB08;
}
.TagClassName
{
border-color: #C1FB08;
}
</style>