Shades of Electric Lime #C7FA1C
Tints of Electric Lime #C7FA1C
RGB
CMYK
RGB Variations
Color information
#C7FA1C (or 0xC7FA1C) is known color: Electric Lime. HEX triplet: C7, FA and 1C. RGB value is (199,250,28). Sum of RGB (Red+Green+Blue) = 199+250+28=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 250 (98.05% from 255 or 52.41% from 477); Blue value is 28 (11.33% from 255 or 5.87% from 477); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FA1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7FA1C is #3805E3. Grayscale: #D2D2D2. Windows color (decimal): -3671524 or 1899207. OLE color: 1899207.
HSL color Cylindrical-coordinate representation of color #C7FA1C: hue angle of 73.78º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7FA1C is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 250 | 28 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.02 |
| HSL | 73.78º | 0.96% | 0.55% | - |
| HSV(B) | 73.78º | 0.89% | 0.98% | - |
| XYZ | 57.95 | 80.6 | 13.6 | - |
| YUV | 209.44 | 25.6 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 250 | 28 | 0.20 | 0 | 0.89 | 0.02 | 73.78 | 0.96 | 0.55 |
| Hex | C7 | FA | 1C | 14 | 0 | 59 | 2 | 4A | 60 | 37 |
| Octal | 307 | 372 | 34 | 24 | 0 | 131 | 2 | 112 | 140 | 67 |
| Binary | 11000111 | 11111010 | 11100 | 10100 | 0 | 1011001 | 10 | 1001010 | 1100000 | 110111 |
Color Harmonies of #C7FA1C
Complementary color
Monochromatic Colors of #C7FA1C
Black with #C7FA1C
Text Example
Text Example
White with #C7FA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FA1C; }
p { color: rgb(199,250,28); }
H1.HeaderClassName
{
color: #C7FA1C;
}
.AnyTagClassName
{
color: #C7FA1C;
}
</style>
background-color css
<style>
a { background-color: #C7FA1C; }
a { background-color: rgb(199,250,28); }
div.DivClassName
{
background-color: #C7FA1C;
}
.BgClassName
{
background-color: #C7FA1C;
}
</style>
border-color css
<style>
span { border-color: #C7FA1C; }
span { border-color: rgb(199,250,28); }
td.TdClassName
{
border-color: #C7FA1C;
}
.TagClassName
{
border-color: #C7FA1C;
}
</style>