Shades of Electric Lime #CFF600
Tints of Electric Lime #CFF600
RGB
CMYK
RGB Variations
Color information
#CFF600 (or 0xCFF600) is known color: Electric Lime. HEX triplet: CF, F6 and 00. RGB value is (207,246,0). Sum of RGB (Red+Green+Blue) = 207+246+0=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 246 (96.48% from 255 or 54.30% from 453); Blue value is 0 (0.39% from 255 or 0% from 453); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF600 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF600 is #3009FF. Grayscale: #CFCFCF. Windows color (decimal): -3148288 or 63183. OLE color: 63183.
HSL color Cylindrical-coordinate representation of color #CFF600: hue angle of 69.51º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFF600 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.04 |
| HSL | 69.51º | 1% | 0.48% | - |
| HSV(B) | 69.51º | 1% | 0.96% | - |
| XYZ | 58.69 | 79.18 | 12.19 | - |
| YUV | 206.3 | 11.58 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 0 | 0.16 | 0 | 1 | 0.04 | 69.51 | 1 | 0.48 |
| Hex | CF | F6 | 0 | 10 | 0 | 64 | 4 | 46 | 64 | 30 |
| Octal | 317 | 366 | 0 | 20 | 0 | 144 | 4 | 106 | 144 | 60 |
| Binary | 11001111 | 11110110 | 0 | 10000 | 0 | 1100100 | 100 | 1000110 | 1100100 | 110000 |
Color Harmonies of #CFF600
Complementary color
Monochromatic Colors of #CFF600
Black with #CFF600
Text Example
Text Example
White with #CFF600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF600; }
p { color: rgb(207,246,0); }
H1.HeaderClassName
{
color: #CFF600;
}
.AnyTagClassName
{
color: #CFF600;
}
</style>
background-color css
<style>
a { background-color: #CFF600; }
a { background-color: rgb(207,246,0); }
div.DivClassName
{
background-color: #CFF600;
}
.BgClassName
{
background-color: #CFF600;
}
</style>
border-color css
<style>
span { border-color: #CFF600; }
span { border-color: rgb(207,246,0); }
td.TdClassName
{
border-color: #CFF600;
}
.TagClassName
{
border-color: #CFF600;
}
</style>