Shades of Electric Lime #C7FA0F
Tints of Electric Lime #C7FA0F
RGB
CMYK
RGB Variations
Color information
#C7FA0F (or 0xC7FA0F) is known color: Electric Lime. HEX triplet: C7, FA and 0F. RGB value is (199,250,15). Sum of RGB (Red+Green+Blue) = 199+250+15=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 250 (98.05% from 255 or 53.88% from 464); Blue value is 15 (6.25% from 255 or 3.23% from 464); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FA0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7FA0F is #3805F0. Grayscale: #D0D0D0. Windows color (decimal): -3671537 or 1047239. OLE color: 1047239.
HSL color Cylindrical-coordinate representation of color #C7FA0F: hue angle of 73.02º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7FA0F is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 250 | 15 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.02 |
| HSL | 73.02º | 0.96% | 0.52% | - |
| HSV(B) | 73.02º | 0.94% | 0.98% | - |
| XYZ | 57.83 | 80.55 | 12.95 | - |
| YUV | 207.96 | 19.1 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 250 | 15 | 0.20 | 0 | 0.94 | 0.02 | 73.02 | 0.96 | 0.52 |
| Hex | C7 | FA | F | 14 | 0 | 5E | 2 | 49 | 60 | 34 |
| Octal | 307 | 372 | 17 | 24 | 0 | 136 | 2 | 111 | 140 | 64 |
| Binary | 11000111 | 11111010 | 1111 | 10100 | 0 | 1011110 | 10 | 1001001 | 1100000 | 110100 |
Color Harmonies of #C7FA0F
Complementary color
Monochromatic Colors of #C7FA0F
Black with #C7FA0F
Text Example
Text Example
White with #C7FA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FA0F; }
p { color: rgb(199,250,15); }
H1.HeaderClassName
{
color: #C7FA0F;
}
.AnyTagClassName
{
color: #C7FA0F;
}
</style>
background-color css
<style>
a { background-color: #C7FA0F; }
a { background-color: rgb(199,250,15); }
div.DivClassName
{
background-color: #C7FA0F;
}
.BgClassName
{
background-color: #C7FA0F;
}
</style>
border-color css
<style>
span { border-color: #C7FA0F; }
span { border-color: rgb(199,250,15); }
td.TdClassName
{
border-color: #C7FA0F;
}
.TagClassName
{
border-color: #C7FA0F;
}
</style>