Shades of Electric Lime #CFF71C
Tints of Electric Lime #CFF71C
RGB
CMYK
RGB Variations
Color information
#CFF71C (or 0xCFF71C) is known color: Electric Lime. HEX triplet: CF, F7 and 1C. RGB value is (207,247,28). Sum of RGB (Red+Green+Blue) = 207+247+28=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 247 (96.88% from 255 or 51.24% from 482); Blue value is 28 (11.33% from 255 or 5.81% from 482); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF71C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF71C is #3008E3. Grayscale: #D2D2D2. Windows color (decimal): -3148004 or 1898447. OLE color: 1898447.
HSL color Cylindrical-coordinate representation of color #CFF71C: hue angle of 70.96º 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 #CFF71C is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 28 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.03 |
| HSL | 70.96º | 0.93% | 0.54% | - |
| HSV(B) | 70.96º | 0.89% | 0.97% | - |
| XYZ | 59.2 | 79.87 | 13.39 | - |
| YUV | 210.07 | 25.25 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 28 | 0.16 | 0 | 0.89 | 0.03 | 70.96 | 0.93 | 0.54 |
| Hex | CF | F7 | 1C | 10 | 0 | 59 | 3 | 47 | 5D | 36 |
| Octal | 317 | 367 | 34 | 20 | 0 | 131 | 3 | 107 | 135 | 66 |
| Binary | 11001111 | 11110111 | 11100 | 10000 | 0 | 1011001 | 11 | 1000111 | 1011101 | 110110 |
Color Harmonies of #CFF71C
Complementary color
Monochromatic Colors of #CFF71C
Black with #CFF71C
Text Example
Text Example
White with #CFF71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF71C; }
p { color: rgb(207,247,28); }
H1.HeaderClassName
{
color: #CFF71C;
}
.AnyTagClassName
{
color: #CFF71C;
}
</style>
background-color css
<style>
a { background-color: #CFF71C; }
a { background-color: rgb(207,247,28); }
div.DivClassName
{
background-color: #CFF71C;
}
.BgClassName
{
background-color: #CFF71C;
}
</style>
border-color css
<style>
span { border-color: #CFF71C; }
span { border-color: rgb(207,247,28); }
td.TdClassName
{
border-color: #CFF71C;
}
.TagClassName
{
border-color: #CFF71C;
}
</style>