Shades of Electric Lime #C7FA1D
Tints of Electric Lime #C7FA1D
RGB
CMYK
RGB Variations
Color information
#C7FA1D (or 0xC7FA1D) is known color: Electric Lime. HEX triplet: C7, FA and 1D. RGB value is (199,250,29). Sum of RGB (Red+Green+Blue) = 199+250+29=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 29 (11.72% from 255 or 6.07% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FA1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7FA1D is #3805E2. Grayscale: #D2D2D2. Windows color (decimal): -3671523 or 1964743. OLE color: 1964743.
HSL color Cylindrical-coordinate representation of color #C7FA1D: hue angle of 73.85º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7FA1D is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 250 | 29 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.02 |
| HSL | 73.85º | 0.96% | 0.55% | - |
| HSV(B) | 73.85º | 0.88% | 0.98% | - |
| XYZ | 57.96 | 80.6 | 13.67 | - |
| YUV | 209.56 | 26.1 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 250 | 29 | 0.20 | 0 | 0.88 | 0.02 | 73.85 | 0.96 | 0.55 |
| Hex | C7 | FA | 1D | 14 | 0 | 58 | 2 | 4A | 60 | 37 |
| Octal | 307 | 372 | 35 | 24 | 0 | 130 | 2 | 112 | 140 | 67 |
| Binary | 11000111 | 11111010 | 11101 | 10100 | 0 | 1011000 | 10 | 1001010 | 1100000 | 110111 |
Color Harmonies of #C7FA1D
Complementary color
Monochromatic Colors of #C7FA1D
Black with #C7FA1D
Text Example
Text Example
White with #C7FA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FA1D; }
p { color: rgb(199,250,29); }
H1.HeaderClassName
{
color: #C7FA1D;
}
.AnyTagClassName
{
color: #C7FA1D;
}
</style>
background-color css
<style>
a { background-color: #C7FA1D; }
a { background-color: rgb(199,250,29); }
div.DivClassName
{
background-color: #C7FA1D;
}
.BgClassName
{
background-color: #C7FA1D;
}
</style>
border-color css
<style>
span { border-color: #C7FA1D; }
span { border-color: rgb(199,250,29); }
td.TdClassName
{
border-color: #C7FA1D;
}
.TagClassName
{
border-color: #C7FA1D;
}
</style>