Shades of Electric Lime #C8F71B
Tints of Electric Lime #C8F71B
RGB
CMYK
RGB Variations
Color information
#C8F71B (or 0xC8F71B) is known color: Electric Lime. HEX triplet: C8, F7 and 1B. RGB value is (200,247,27). Sum of RGB (Red+Green+Blue) = 200+247+27=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 247 (96.88% from 255 or 52.11% from 474); Blue value is 27 (10.94% from 255 or 5.70% from 474); Max value from RGB is 247 - color contains mainly: green. Hex color #C8F71B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F71B is #3708E4. Grayscale: #D0D0D0. Windows color (decimal): -3606757 or 1832904. OLE color: 1832904.
HSL color Cylindrical-coordinate representation of color #C8F71B: hue angle of 72.82º 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 #C8F71B is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 247 | 27 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.03 |
| HSL | 72.82º | 0.93% | 0.54% | - |
| HSV(B) | 72.82º | 0.89% | 0.97% | - |
| XYZ | 57.28 | 78.88 | 13.24 | - |
| YUV | 207.87 | 25.93 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 247 | 27 | 0.19 | 0 | 0.89 | 0.03 | 72.82 | 0.93 | 0.54 |
| Hex | C8 | F7 | 1B | 13 | 0 | 59 | 3 | 49 | 5D | 36 |
| Octal | 310 | 367 | 33 | 23 | 0 | 131 | 3 | 111 | 135 | 66 |
| Binary | 11001000 | 11110111 | 11011 | 10011 | 0 | 1011001 | 11 | 1001001 | 1011101 | 110110 |
Color Harmonies of #C8F71B
Complementary color
Monochromatic Colors of #C8F71B
Black with #C8F71B
Text Example
Text Example
White with #C8F71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F71B; }
p { color: rgb(200,247,27); }
H1.HeaderClassName
{
color: #C8F71B;
}
.AnyTagClassName
{
color: #C8F71B;
}
</style>
background-color css
<style>
a { background-color: #C8F71B; }
a { background-color: rgb(200,247,27); }
div.DivClassName
{
background-color: #C8F71B;
}
.BgClassName
{
background-color: #C8F71B;
}
</style>
border-color css
<style>
span { border-color: #C8F71B; }
span { border-color: rgb(200,247,27); }
td.TdClassName
{
border-color: #C8F71B;
}
.TagClassName
{
border-color: #C8F71B;
}
</style>