Shades of Electric Lime #CFF713
Tints of Electric Lime #CFF713
RGB
CMYK
RGB Variations
Color information
#CFF713 (or 0xCFF713) is known color: Electric Lime. HEX triplet: CF, F7 and 13. RGB value is (207,247,19). Sum of RGB (Red+Green+Blue) = 207+247+19=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 247 (96.88% from 255 or 52.22% from 473); Blue value is 19 (7.81% from 255 or 4.02% from 473); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF713 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF713 is #3008EC. Grayscale: #D1D1D1. Windows color (decimal): -3148013 or 1308623. OLE color: 1308623.
HSL color Cylindrical-coordinate representation of color #CFF713: hue angle of 70.53º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFF713 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 19 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.03 |
| HSL | 70.53º | 0.93% | 0.52% | - |
| HSV(B) | 70.53º | 0.92% | 0.97% | - |
| XYZ | 59.11 | 79.83 | 12.91 | - |
| YUV | 209.05 | 20.75 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 19 | 0.16 | 0 | 0.92 | 0.03 | 70.53 | 0.93 | 0.52 |
| Hex | CF | F7 | 13 | 10 | 0 | 5C | 3 | 47 | 5D | 34 |
| Octal | 317 | 367 | 23 | 20 | 0 | 134 | 3 | 107 | 135 | 64 |
| Binary | 11001111 | 11110111 | 10011 | 10000 | 0 | 1011100 | 11 | 1000111 | 1011101 | 110100 |
Color Harmonies of #CFF713
Complementary color
Monochromatic Colors of #CFF713
Black with #CFF713
Text Example
Text Example
White with #CFF713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF713; }
p { color: rgb(207,247,19); }
H1.HeaderClassName
{
color: #CFF713;
}
.AnyTagClassName
{
color: #CFF713;
}
</style>
background-color css
<style>
a { background-color: #CFF713; }
a { background-color: rgb(207,247,19); }
div.DivClassName
{
background-color: #CFF713;
}
.BgClassName
{
background-color: #CFF713;
}
</style>
border-color css
<style>
span { border-color: #CFF713; }
span { border-color: rgb(207,247,19); }
td.TdClassName
{
border-color: #CFF713;
}
.TagClassName
{
border-color: #CFF713;
}
</style>