Shades of Electric Lime #C6F71B
Tints of Electric Lime #C6F71B
RGB
CMYK
RGB Variations
Color information
#C6F71B (or 0xC6F71B) is known color: Electric Lime. HEX triplet: C6, F7 and 1B. RGB value is (198,247,27). Sum of RGB (Red+Green+Blue) = 198+247+27=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 247 (96.88% from 255 or 52.33% from 472); Blue value is 27 (10.94% from 255 or 5.72% from 472); Max value from RGB is 247 - color contains mainly: green. Hex color #C6F71B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F71B is #3908E4. Grayscale: #D0D0D0. Windows color (decimal): -3737829 or 1832902. OLE color: 1832902.
HSL color Cylindrical-coordinate representation of color #C6F71B: hue angle of 73.36º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6F71B is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 247 | 27 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.03 |
| HSL | 73.36º | 0.93% | 0.54% | - |
| HSV(B) | 73.36º | 0.89% | 0.97% | - |
| XYZ | 56.75 | 78.61 | 13.22 | - |
| YUV | 207.27 | 26.27 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 247 | 27 | 0.20 | 0 | 0.89 | 0.03 | 73.36 | 0.93 | 0.54 |
| Hex | C6 | F7 | 1B | 14 | 0 | 59 | 3 | 49 | 5D | 36 |
| Octal | 306 | 367 | 33 | 24 | 0 | 131 | 3 | 111 | 135 | 66 |
| Binary | 11000110 | 11110111 | 11011 | 10100 | 0 | 1011001 | 11 | 1001001 | 1011101 | 110110 |
Color Harmonies of #C6F71B
Complementary color
Monochromatic Colors of #C6F71B
Black with #C6F71B
Text Example
Text Example
White with #C6F71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F71B; }
p { color: rgb(198,247,27); }
H1.HeaderClassName
{
color: #C6F71B;
}
.AnyTagClassName
{
color: #C6F71B;
}
</style>
background-color css
<style>
a { background-color: #C6F71B; }
a { background-color: rgb(198,247,27); }
div.DivClassName
{
background-color: #C6F71B;
}
.BgClassName
{
background-color: #C6F71B;
}
</style>
border-color css
<style>
span { border-color: #C6F71B; }
span { border-color: rgb(198,247,27); }
td.TdClassName
{
border-color: #C6F71B;
}
.TagClassName
{
border-color: #C6F71B;
}
</style>