Shades of Electric Lime #C1F907
Tints of Electric Lime #C1F907
RGB
CMYK
RGB Variations
Color information
#C1F907 (or 0xC1F907) is known color: Electric Lime. HEX triplet: C1, F9 and 07. RGB value is (193,249,7). Sum of RGB (Red+Green+Blue) = 193+249+7=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 249 (97.66% from 255 or 55.46% from 449); Blue value is 7 (3.12% from 255 or 1.56% from 449); Max value from RGB is 249 - color contains mainly: green. Hex color #C1F907 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1F907 is #3E06F8. Grayscale: #CDCDCD. Windows color (decimal): -4065017 or 522689. OLE color: 522689.
HSL color Cylindrical-coordinate representation of color #C1F907: hue angle of 73.88º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1F907 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 249 | 7 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.02 |
| HSL | 73.88º | 0.95% | 0.5% | - |
| HSV(B) | 73.88º | 0.97% | 0.98% | - |
| XYZ | 55.91 | 79.1 | 12.52 | - |
| YUV | 204.67 | 16.45 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 249 | 7 | 0.22 | 0 | 0.97 | 0.02 | 73.88 | 0.95 | 0.5 |
| Hex | C1 | F9 | 7 | 16 | 0 | 61 | 2 | 4A | 5F | 32 |
| Octal | 301 | 371 | 7 | 26 | 0 | 141 | 2 | 112 | 137 | 62 |
| Binary | 11000001 | 11111001 | 111 | 10110 | 0 | 1100001 | 10 | 1001010 | 1011111 | 110010 |
Color Harmonies of #C1F907
Complementary color
Monochromatic Colors of #C1F907
Black with #C1F907
Text Example
Text Example
White with #C1F907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F907; }
p { color: rgb(193,249,7); }
H1.HeaderClassName
{
color: #C1F907;
}
.AnyTagClassName
{
color: #C1F907;
}
</style>
background-color css
<style>
a { background-color: #C1F907; }
a { background-color: rgb(193,249,7); }
div.DivClassName
{
background-color: #C1F907;
}
.BgClassName
{
background-color: #C1F907;
}
</style>
border-color css
<style>
span { border-color: #C1F907; }
span { border-color: rgb(193,249,7); }
td.TdClassName
{
border-color: #C1F907;
}
.TagClassName
{
border-color: #C1F907;
}
</style>