Shades of Electric Lime #C1F809
Tints of Electric Lime #C1F809
RGB
CMYK
RGB Variations
Color information
#C1F809 (or 0xC1F809) is known color: Electric Lime. HEX triplet: C1, F8 and 09. RGB value is (193,248,9). Sum of RGB (Red+Green+Blue) = 193+248+9=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 248 (97.27% from 255 or 55.11% from 450); Blue value is 9 (3.91% from 255 or 2% from 450); Max value from RGB is 248 - color contains mainly: green. Hex color #C1F809 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1F809 is #3E07F6. Grayscale: #CDCDCD. Windows color (decimal): -4065271 or 653505. OLE color: 653505.
HSL color Cylindrical-coordinate representation of color #C1F809: hue angle of 73.81º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C1F809 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 248 | 9 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.03 |
| HSL | 73.81º | 0.94% | 0.5% | - |
| HSV(B) | 73.81º | 0.96% | 0.97% | - |
| XYZ | 55.61 | 78.49 | 12.48 | - |
| YUV | 204.31 | 17.78 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 248 | 9 | 0.22 | 0 | 0.96 | 0.03 | 73.81 | 0.94 | 0.5 |
| Hex | C1 | F8 | 9 | 16 | 0 | 60 | 3 | 4A | 5E | 32 |
| Octal | 301 | 370 | 11 | 26 | 0 | 140 | 3 | 112 | 136 | 62 |
| Binary | 11000001 | 11111000 | 1001 | 10110 | 0 | 1100000 | 11 | 1001010 | 1011110 | 110010 |
Color Harmonies of #C1F809
Complementary color
Monochromatic Colors of #C1F809
Black with #C1F809
Text Example
Text Example
White with #C1F809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F809; }
p { color: rgb(193,248,9); }
H1.HeaderClassName
{
color: #C1F809;
}
.AnyTagClassName
{
color: #C1F809;
}
</style>
background-color css
<style>
a { background-color: #C1F809; }
a { background-color: rgb(193,248,9); }
div.DivClassName
{
background-color: #C1F809;
}
.BgClassName
{
background-color: #C1F809;
}
</style>
border-color css
<style>
span { border-color: #C1F809; }
span { border-color: rgb(193,248,9); }
td.TdClassName
{
border-color: #C1F809;
}
.TagClassName
{
border-color: #C1F809;
}
</style>