Shades of Electric Lime #C6FB1D
Tints of Electric Lime #C6FB1D
RGB
CMYK
RGB Variations
Color information
#C6FB1D (or 0xC6FB1D) is known color: Electric Lime. HEX triplet: C6, FB and 1D. RGB value is (198,251,29). Sum of RGB (Red+Green+Blue) = 198+251+29=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 251 (98.44% from 255 or 52.51% from 478); Blue value is 29 (11.72% from 255 or 6.07% from 478); Max value from RGB is 251 - color contains mainly: green. Hex color #C6FB1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6FB1D is #3904E2. Grayscale: #D2D2D2. Windows color (decimal): -3736803 or 1964998. OLE color: 1964998.
HSL color Cylindrical-coordinate representation of color #C6FB1D: hue angle of 74.32º degrees, saturation: 0.97, 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 #C6FB1D is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 251 | 29 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.02 |
| HSL | 74.32º | 0.97% | 0.55% | - |
| HSV(B) | 74.32º | 0.88% | 0.98% | - |
| XYZ | 58.01 | 81.09 | 13.76 | - |
| YUV | 209.85 | 25.94 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 251 | 29 | 0.21 | 0 | 0.88 | 0.02 | 74.32 | 0.97 | 0.55 |
| Hex | C6 | FB | 1D | 15 | 0 | 58 | 2 | 4A | 61 | 37 |
| Octal | 306 | 373 | 35 | 25 | 0 | 130 | 2 | 112 | 141 | 67 |
| Binary | 11000110 | 11111011 | 11101 | 10101 | 0 | 1011000 | 10 | 1001010 | 1100001 | 110111 |
Color Harmonies of #C6FB1D
Complementary color
Monochromatic Colors of #C6FB1D
Black with #C6FB1D
Text Example
Text Example
White with #C6FB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FB1D; }
p { color: rgb(198,251,29); }
H1.HeaderClassName
{
color: #C6FB1D;
}
.AnyTagClassName
{
color: #C6FB1D;
}
</style>
background-color css
<style>
a { background-color: #C6FB1D; }
a { background-color: rgb(198,251,29); }
div.DivClassName
{
background-color: #C6FB1D;
}
.BgClassName
{
background-color: #C6FB1D;
}
</style>
border-color css
<style>
span { border-color: #C6FB1D; }
span { border-color: rgb(198,251,29); }
td.TdClassName
{
border-color: #C6FB1D;
}
.TagClassName
{
border-color: #C6FB1D;
}
</style>