Shades of Electric Lime #C1F807
Tints of Electric Lime #C1F807
RGB
CMYK
RGB Variations
Color information
#C1F807 (or 0xC1F807) is known color: Electric Lime. HEX triplet: C1, F8 and 07. RGB value is (193,248,7). Sum of RGB (Red+Green+Blue) = 193+248+7=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 248 (97.27% from 255 or 55.36% from 448); Blue value is 7 (3.12% from 255 or 1.56% from 448); Max value from RGB is 248 - color contains mainly: green. Hex color #C1F807 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1F807 is #3E07F8. Grayscale: #CCCCCC. Windows color (decimal): -4065273 or 522433. OLE color: 522433.
HSL color Cylindrical-coordinate representation of color #C1F807: hue angle of 73.69º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1F807 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 248 | 7 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.03 |
| HSL | 73.69º | 0.95% | 0.5% | - |
| HSV(B) | 73.69º | 0.97% | 0.97% | - |
| XYZ | 55.6 | 78.49 | 12.42 | - |
| YUV | 204.08 | 16.78 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 248 | 7 | 0.22 | 0 | 0.97 | 0.03 | 73.69 | 0.95 | 0.5 |
| Hex | C1 | F8 | 7 | 16 | 0 | 61 | 3 | 4A | 5F | 32 |
| Octal | 301 | 370 | 7 | 26 | 0 | 141 | 3 | 112 | 137 | 62 |
| Binary | 11000001 | 11111000 | 111 | 10110 | 0 | 1100001 | 11 | 1001010 | 1011111 | 110010 |
Color Harmonies of #C1F807
Complementary color
Monochromatic Colors of #C1F807
Black with #C1F807
Text Example
Text Example
White with #C1F807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F807; }
p { color: rgb(193,248,7); }
H1.HeaderClassName
{
color: #C1F807;
}
.AnyTagClassName
{
color: #C1F807;
}
</style>
background-color css
<style>
a { background-color: #C1F807; }
a { background-color: rgb(193,248,7); }
div.DivClassName
{
background-color: #C1F807;
}
.BgClassName
{
background-color: #C1F807;
}
</style>
border-color css
<style>
span { border-color: #C1F807; }
span { border-color: rgb(193,248,7); }
td.TdClassName
{
border-color: #C1F807;
}
.TagClassName
{
border-color: #C1F807;
}
</style>