Shades of Electric Lime #CFF906
Tints of Electric Lime #CFF906
RGB
CMYK
RGB Variations
Color information
#CFF906 (or 0xCFF906) is known color: Electric Lime. HEX triplet: CF, F9 and 06. RGB value is (207,249,6). Sum of RGB (Red+Green+Blue) = 207+249+6=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 249 (97.66% from 255 or 53.90% from 462); Blue value is 6 (2.73% from 255 or 1.30% from 462); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF906 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF906 is #3006F9. Grayscale: #D1D1D1. Windows color (decimal): -3147514 or 457167. OLE color: 457167.
HSL color Cylindrical-coordinate representation of color #CFF906: hue angle of 70.37º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFF906 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 6 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.02 |
| HSL | 70.37º | 0.95% | 0.5% | - |
| HSV(B) | 70.37º | 0.98% | 0.98% | - |
| XYZ | 59.64 | 81.03 | 12.67 | - |
| YUV | 208.74 | 13.59 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 6 | 0.17 | 0 | 0.98 | 0.02 | 70.37 | 0.95 | 0.5 |
| Hex | CF | F9 | 6 | 11 | 0 | 62 | 2 | 46 | 5F | 32 |
| Octal | 317 | 371 | 6 | 21 | 0 | 142 | 2 | 106 | 137 | 62 |
| Binary | 11001111 | 11111001 | 110 | 10001 | 0 | 1100010 | 10 | 1000110 | 1011111 | 110010 |
Color Harmonies of #CFF906
Complementary color
Monochromatic Colors of #CFF906
Black with #CFF906
Text Example
Text Example
White with #CFF906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF906; }
p { color: rgb(207,249,6); }
H1.HeaderClassName
{
color: #CFF906;
}
.AnyTagClassName
{
color: #CFF906;
}
</style>
background-color css
<style>
a { background-color: #CFF906; }
a { background-color: rgb(207,249,6); }
div.DivClassName
{
background-color: #CFF906;
}
.BgClassName
{
background-color: #CFF906;
}
</style>
border-color css
<style>
span { border-color: #CFF906; }
span { border-color: rgb(207,249,6); }
td.TdClassName
{
border-color: #CFF906;
}
.TagClassName
{
border-color: #CFF906;
}
</style>