Shades of Electric Lime #C6FC1D
Tints of Electric Lime #C6FC1D
RGB
CMYK
RGB Variations
Color information
#C6FC1D (or 0xC6FC1D) is known color: Electric Lime. HEX triplet: C6, FC and 1D. RGB value is (198,252,29). Sum of RGB (Red+Green+Blue) = 198+252+29=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 252 (98.83% from 255 or 52.61% from 479); Blue value is 29 (11.72% from 255 or 6.05% from 479); Max value from RGB is 252 - color contains mainly: green. Hex color #C6FC1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6FC1D is #3903E2. Grayscale: #D3D3D3. Windows color (decimal): -3736547 or 1965254. OLE color: 1965254.
HSL color Cylindrical-coordinate representation of color #C6FC1D: hue angle of 74.53º 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 #C6FC1D is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 252 | 29 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.01 |
| HSL | 74.53º | 0.97% | 0.55% | - |
| HSV(B) | 74.53º | 0.88% | 0.99% | - |
| XYZ | 58.32 | 81.72 | 13.86 | - |
| YUV | 210.43 | 25.61 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 252 | 29 | 0.21 | 0 | 0.88 | 0.01 | 74.53 | 0.97 | 0.55 |
| Hex | C6 | FC | 1D | 15 | 0 | 58 | 1 | 4B | 61 | 37 |
| Octal | 306 | 374 | 35 | 25 | 0 | 130 | 1 | 113 | 141 | 67 |
| Binary | 11000110 | 11111100 | 11101 | 10101 | 0 | 1011000 | 1 | 1001011 | 1100001 | 110111 |
Color Harmonies of #C6FC1D
Complementary color
Monochromatic Colors of #C6FC1D
Black with #C6FC1D
Text Example
Text Example
White with #C6FC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FC1D; }
p { color: rgb(198,252,29); }
H1.HeaderClassName
{
color: #C6FC1D;
}
.AnyTagClassName
{
color: #C6FC1D;
}
</style>
background-color css
<style>
a { background-color: #C6FC1D; }
a { background-color: rgb(198,252,29); }
div.DivClassName
{
background-color: #C6FC1D;
}
.BgClassName
{
background-color: #C6FC1D;
}
</style>
border-color css
<style>
span { border-color: #C6FC1D; }
span { border-color: rgb(198,252,29); }
td.TdClassName
{
border-color: #C6FC1D;
}
.TagClassName
{
border-color: #C6FC1D;
}
</style>