Shades of Electric Lime #C1FF19
Tints of Electric Lime #C1FF19
RGB
CMYK
RGB Variations
Color information
#C1FF19 (or 0xC1FF19) is known color: Electric Lime. HEX triplet: C1, FF and 19. RGB value is (193,255,25). Sum of RGB (Red+Green+Blue) = 193+255+25=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 25 (10.16% from 255 or 5.29% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FF19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1FF19 is #3E00E6. Grayscale: #D3D3D3. Windows color (decimal): -4063463 or 1703873. OLE color: 1703873.
HSL color Cylindrical-coordinate representation of color #C1FF19: hue angle of 76.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1FF19 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 255 | 25 | - |
| CMYK | 0.24 | 0 | 0.90 | 0 |
| HSL | 76.17º | 1% | 0.55% | - |
| HSV(B) | 76.17º | 0.9% | 1% | - |
| XYZ | 57.93 | 82.93 | 13.87 | - |
| YUV | 210.24 | 23.46 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 255 | 25 | 0.24 | 0 | 0.90 | 0 | 76.17 | 1 | 0.55 |
| Hex | C1 | FF | 19 | 18 | 0 | 5A | 0 | 4C | 64 | 37 |
| Octal | 301 | 377 | 31 | 30 | 0 | 132 | 0 | 114 | 144 | 67 |
| Binary | 11000001 | 11111111 | 11001 | 11000 | 0 | 1011010 | 0 | 1001100 | 1100100 | 110111 |
Color Harmonies of #C1FF19
Complementary color
Monochromatic Colors of #C1FF19
Black with #C1FF19
Text Example
Text Example
White with #C1FF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FF19; }
p { color: rgb(193,255,25); }
H1.HeaderClassName
{
color: #C1FF19;
}
.AnyTagClassName
{
color: #C1FF19;
}
</style>
background-color css
<style>
a { background-color: #C1FF19; }
a { background-color: rgb(193,255,25); }
div.DivClassName
{
background-color: #C1FF19;
}
.BgClassName
{
background-color: #C1FF19;
}
</style>
border-color css
<style>
span { border-color: #C1FF19; }
span { border-color: rgb(193,255,25); }
td.TdClassName
{
border-color: #C1FF19;
}
.TagClassName
{
border-color: #C1FF19;
}
</style>