Shades of Electric Lime #CFF814
Tints of Electric Lime #CFF814
RGB
CMYK
RGB Variations
Color information
#CFF814 (or 0xCFF814) is known color: Electric Lime. HEX triplet: CF, F8 and 14. RGB value is (207,248,20). Sum of RGB (Red+Green+Blue) = 207+248+20=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 248 (97.27% from 255 or 52.21% from 475); Blue value is 20 (8.20% from 255 or 4.21% from 475); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF814 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF814 is #3007EB. Grayscale: #D2D2D2. Windows color (decimal): -3147756 or 1374415. OLE color: 1374415.
HSL color Cylindrical-coordinate representation of color #CFF814: hue angle of 70.79º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFF814 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 20 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.03 |
| HSL | 70.79º | 0.94% | 0.53% | - |
| HSV(B) | 70.79º | 0.92% | 0.97% | - |
| XYZ | 59.43 | 80.45 | 13.06 | - |
| YUV | 209.75 | 20.92 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 20 | 0.17 | 0 | 0.92 | 0.03 | 70.79 | 0.94 | 0.53 |
| Hex | CF | F8 | 14 | 11 | 0 | 5C | 3 | 47 | 5E | 35 |
| Octal | 317 | 370 | 24 | 21 | 0 | 134 | 3 | 107 | 136 | 65 |
| Binary | 11001111 | 11111000 | 10100 | 10001 | 0 | 1011100 | 11 | 1000111 | 1011110 | 110101 |
Color Harmonies of #CFF814
Complementary color
Monochromatic Colors of #CFF814
Black with #CFF814
Text Example
Text Example
White with #CFF814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF814; }
p { color: rgb(207,248,20); }
H1.HeaderClassName
{
color: #CFF814;
}
.AnyTagClassName
{
color: #CFF814;
}
</style>
background-color css
<style>
a { background-color: #CFF814; }
a { background-color: rgb(207,248,20); }
div.DivClassName
{
background-color: #CFF814;
}
.BgClassName
{
background-color: #CFF814;
}
</style>
border-color css
<style>
span { border-color: #CFF814; }
span { border-color: rgb(207,248,20); }
td.TdClassName
{
border-color: #CFF814;
}
.TagClassName
{
border-color: #CFF814;
}
</style>