Shades of Electric Lime #CFF60D
Tints of Electric Lime #CFF60D
RGB
CMYK
RGB Variations
Color information
#CFF60D (or 0xCFF60D) is known color: Electric Lime. HEX triplet: CF, F6 and 0D. RGB value is (207,246,13). Sum of RGB (Red+Green+Blue) = 207+246+13=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 246 (96.48% from 255 or 52.79% from 466); Blue value is 13 (5.47% from 255 or 2.79% from 466); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF60D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF60D is #3009F2. Grayscale: #D0D0D0. Windows color (decimal): -3148275 or 915151. OLE color: 915151.
HSL color Cylindrical-coordinate representation of color #CFF60D: hue angle of 70.04º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFF60D is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 13 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.04 |
| HSL | 70.04º | 0.93% | 0.51% | - |
| HSV(B) | 70.04º | 0.95% | 0.96% | - |
| XYZ | 58.76 | 79.21 | 12.57 | - |
| YUV | 207.78 | 18.08 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 13 | 0.16 | 0 | 0.95 | 0.04 | 70.04 | 0.93 | 0.51 |
| Hex | CF | F6 | D | 10 | 0 | 5F | 4 | 46 | 5D | 33 |
| Octal | 317 | 366 | 15 | 20 | 0 | 137 | 4 | 106 | 135 | 63 |
| Binary | 11001111 | 11110110 | 1101 | 10000 | 0 | 1011111 | 100 | 1000110 | 1011101 | 110011 |
Color Harmonies of #CFF60D
Complementary color
Monochromatic Colors of #CFF60D
Black with #CFF60D
Text Example
Text Example
White with #CFF60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF60D; }
p { color: rgb(207,246,13); }
H1.HeaderClassName
{
color: #CFF60D;
}
.AnyTagClassName
{
color: #CFF60D;
}
</style>
background-color css
<style>
a { background-color: #CFF60D; }
a { background-color: rgb(207,246,13); }
div.DivClassName
{
background-color: #CFF60D;
}
.BgClassName
{
background-color: #CFF60D;
}
</style>
border-color css
<style>
span { border-color: #CFF60D; }
span { border-color: rgb(207,246,13); }
td.TdClassName
{
border-color: #CFF60D;
}
.TagClassName
{
border-color: #CFF60D;
}
</style>