Shades of Electric Lime #C6FA1D
Tints of Electric Lime #C6FA1D
RGB
CMYK
RGB Variations
Color information
#C6FA1D (or 0xC6FA1D) is known color: Electric Lime. HEX triplet: C6, FA and 1D. RGB value is (198,250,29). Sum of RGB (Red+Green+Blue) = 198+250+29=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 250 (98.05% from 255 or 52.41% from 477); Blue value is 29 (11.72% from 255 or 6.08% from 477); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FA1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6FA1D is #3905E2. Grayscale: #D2D2D2. Windows color (decimal): -3737059 or 1964742. OLE color: 1964742.
HSL color Cylindrical-coordinate representation of color #C6FA1D: hue angle of 74.12º 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 #C6FA1D is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 250 | 29 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.02 |
| HSL | 74.12º | 0.96% | 0.55% | - |
| HSV(B) | 74.12º | 0.88% | 0.98% | - |
| XYZ | 57.7 | 80.47 | 13.65 | - |
| YUV | 209.26 | 26.27 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 250 | 29 | 0.21 | 0 | 0.88 | 0.02 | 74.12 | 0.96 | 0.55 |
| Hex | C6 | FA | 1D | 15 | 0 | 58 | 2 | 4A | 60 | 37 |
| Octal | 306 | 372 | 35 | 25 | 0 | 130 | 2 | 112 | 140 | 67 |
| Binary | 11000110 | 11111010 | 11101 | 10101 | 0 | 1011000 | 10 | 1001010 | 1100000 | 110111 |
Color Harmonies of #C6FA1D
Complementary color
Monochromatic Colors of #C6FA1D
Black with #C6FA1D
Text Example
Text Example
White with #C6FA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FA1D; }
p { color: rgb(198,250,29); }
H1.HeaderClassName
{
color: #C6FA1D;
}
.AnyTagClassName
{
color: #C6FA1D;
}
</style>
background-color css
<style>
a { background-color: #C6FA1D; }
a { background-color: rgb(198,250,29); }
div.DivClassName
{
background-color: #C6FA1D;
}
.BgClassName
{
background-color: #C6FA1D;
}
</style>
border-color css
<style>
span { border-color: #C6FA1D; }
span { border-color: rgb(198,250,29); }
td.TdClassName
{
border-color: #C6FA1D;
}
.TagClassName
{
border-color: #C6FA1D;
}
</style>