Shades of Electric Lime #CFF60F
Tints of Electric Lime #CFF60F
RGB
CMYK
RGB Variations
Color information
#CFF60F (or 0xCFF60F) is known color: Electric Lime. HEX triplet: CF, F6 and 0F. RGB value is (207,246,15). Sum of RGB (Red+Green+Blue) = 207+246+15=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 246 (96.48% from 255 or 52.56% from 468); Blue value is 15 (6.25% from 255 or 3.21% from 468); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF60F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF60F is #3009F0. Grayscale: #D0D0D0. Windows color (decimal): -3148273 or 1046223. OLE color: 1046223.
HSL color Cylindrical-coordinate representation of color #CFF60F: hue angle of 70.13º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFF60F is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 15 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.04 |
| HSL | 70.13º | 0.93% | 0.51% | - |
| HSV(B) | 70.13º | 0.94% | 0.96% | - |
| XYZ | 58.77 | 79.21 | 12.64 | - |
| YUV | 208.01 | 19.08 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 15 | 0.16 | 0 | 0.94 | 0.04 | 70.13 | 0.93 | 0.51 |
| Hex | CF | F6 | F | 10 | 0 | 5E | 4 | 46 | 5D | 33 |
| Octal | 317 | 366 | 17 | 20 | 0 | 136 | 4 | 106 | 135 | 63 |
| Binary | 11001111 | 11110110 | 1111 | 10000 | 0 | 1011110 | 100 | 1000110 | 1011101 | 110011 |
Color Harmonies of #CFF60F
Complementary color
Monochromatic Colors of #CFF60F
Black with #CFF60F
Text Example
Text Example
White with #CFF60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF60F; }
p { color: rgb(207,246,15); }
H1.HeaderClassName
{
color: #CFF60F;
}
.AnyTagClassName
{
color: #CFF60F;
}
</style>
background-color css
<style>
a { background-color: #CFF60F; }
a { background-color: rgb(207,246,15); }
div.DivClassName
{
background-color: #CFF60F;
}
.BgClassName
{
background-color: #CFF60F;
}
</style>
border-color css
<style>
span { border-color: #CFF60F; }
span { border-color: rgb(207,246,15); }
td.TdClassName
{
border-color: #CFF60F;
}
.TagClassName
{
border-color: #CFF60F;
}
</style>