Shades of Electric Lime #C7FC1D
Tints of Electric Lime #C7FC1D
RGB
CMYK
RGB Variations
Color information
#C7FC1D (or 0xC7FC1D) is known color: Electric Lime. HEX triplet: C7, FC and 1D. RGB value is (199,252,29). Sum of RGB (Red+Green+Blue) = 199+252+29=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 252 (98.83% from 255 or 52.5% from 480); Blue value is 29 (11.72% from 255 or 6.04% from 480); Max value from RGB is 252 - color contains mainly: green. Hex color #C7FC1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7FC1D is #3803E2. Grayscale: #D3D3D3. Windows color (decimal): -3671011 or 1965255. OLE color: 1965255.
HSL color Cylindrical-coordinate representation of color #C7FC1D: hue angle of 74.26º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7FC1D is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 252 | 29 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.01 |
| HSL | 74.26º | 0.97% | 0.55% | - |
| HSV(B) | 74.26º | 0.88% | 0.99% | - |
| XYZ | 58.59 | 81.85 | 13.87 | - |
| YUV | 210.73 | 25.44 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 252 | 29 | 0.21 | 0 | 0.88 | 0.01 | 74.26 | 0.97 | 0.55 |
| Hex | C7 | FC | 1D | 15 | 0 | 58 | 1 | 4A | 61 | 37 |
| Octal | 307 | 374 | 35 | 25 | 0 | 130 | 1 | 112 | 141 | 67 |
| Binary | 11000111 | 11111100 | 11101 | 10101 | 0 | 1011000 | 1 | 1001010 | 1100001 | 110111 |
Color Harmonies of #C7FC1D
Complementary color
Monochromatic Colors of #C7FC1D
Black with #C7FC1D
Text Example
Text Example
White with #C7FC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FC1D; }
p { color: rgb(199,252,29); }
H1.HeaderClassName
{
color: #C7FC1D;
}
.AnyTagClassName
{
color: #C7FC1D;
}
</style>
background-color css
<style>
a { background-color: #C7FC1D; }
a { background-color: rgb(199,252,29); }
div.DivClassName
{
background-color: #C7FC1D;
}
.BgClassName
{
background-color: #C7FC1D;
}
</style>
border-color css
<style>
span { border-color: #C7FC1D; }
span { border-color: rgb(199,252,29); }
td.TdClassName
{
border-color: #C7FC1D;
}
.TagClassName
{
border-color: #C7FC1D;
}
</style>