Shades of Electric Lime #CFF80C
Tints of Electric Lime #CFF80C
RGB
CMYK
RGB Variations
Color information
#CFF80C (or 0xCFF80C) is known color: Electric Lime. HEX triplet: CF, F8 and 0C. RGB value is (207,248,12). Sum of RGB (Red+Green+Blue) = 207+248+12=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 248 (97.27% from 255 or 53.10% from 467); Blue value is 12 (5.08% from 255 or 2.57% from 467); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF80C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF80C is #3007F3. Grayscale: #D1D1D1. Windows color (decimal): -3147764 or 850127. OLE color: 850127.
HSL color Cylindrical-coordinate representation of color #CFF80C: hue angle of 70.42º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFF80C is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 12 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.03 |
| HSL | 70.42º | 0.94% | 0.51% | - |
| HSV(B) | 70.42º | 0.95% | 0.97% | - |
| XYZ | 59.37 | 80.43 | 12.74 | - |
| YUV | 208.84 | 16.92 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 12 | 0.17 | 0 | 0.95 | 0.03 | 70.42 | 0.94 | 0.51 |
| Hex | CF | F8 | C | 11 | 0 | 5F | 3 | 46 | 5E | 33 |
| Octal | 317 | 370 | 14 | 21 | 0 | 137 | 3 | 106 | 136 | 63 |
| Binary | 11001111 | 11111000 | 1100 | 10001 | 0 | 1011111 | 11 | 1000110 | 1011110 | 110011 |
Color Harmonies of #CFF80C
Complementary color
Monochromatic Colors of #CFF80C
Black with #CFF80C
Text Example
Text Example
White with #CFF80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF80C; }
p { color: rgb(207,248,12); }
H1.HeaderClassName
{
color: #CFF80C;
}
.AnyTagClassName
{
color: #CFF80C;
}
</style>
background-color css
<style>
a { background-color: #CFF80C; }
a { background-color: rgb(207,248,12); }
div.DivClassName
{
background-color: #CFF80C;
}
.BgClassName
{
background-color: #CFF80C;
}
</style>
border-color css
<style>
span { border-color: #CFF80C; }
span { border-color: rgb(207,248,12); }
td.TdClassName
{
border-color: #CFF80C;
}
.TagClassName
{
border-color: #CFF80C;
}
</style>