Shades of Electric Lime #CFF406
Tints of Electric Lime #CFF406
RGB
CMYK
RGB Variations
Color information
#CFF406 (or 0xCFF406) is known color: Electric Lime. HEX triplet: CF, F4 and 06. RGB value is (207,244,6). Sum of RGB (Red+Green+Blue) = 207+244+6=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 244 (95.70% from 255 or 53.39% from 457); Blue value is 6 (2.73% from 255 or 1.31% from 457); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF406 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF406 is #300BF9. Grayscale: #CECECE. Windows color (decimal): -3148794 or 455887. OLE color: 455887.
HSL color Cylindrical-coordinate representation of color #CFF406: hue angle of 69.33º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFF406 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 6 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.04 |
| HSL | 69.33º | 0.95% | 0.49% | - |
| HSV(B) | 69.33º | 0.98% | 0.96% | - |
| XYZ | 58.12 | 77.98 | 12.16 | - |
| YUV | 205.81 | 15.24 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 6 | 0.15 | 0 | 0.98 | 0.04 | 69.33 | 0.95 | 0.49 |
| Hex | CF | F4 | 6 | F | 0 | 62 | 4 | 45 | 5F | 31 |
| Octal | 317 | 364 | 6 | 17 | 0 | 142 | 4 | 105 | 137 | 61 |
| Binary | 11001111 | 11110100 | 110 | 1111 | 0 | 1100010 | 100 | 1000101 | 1011111 | 110001 |
Color Harmonies of #CFF406
Complementary color
Monochromatic Colors of #CFF406
Black with #CFF406
Text Example
Text Example
White with #CFF406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF406; }
p { color: rgb(207,244,6); }
H1.HeaderClassName
{
color: #CFF406;
}
.AnyTagClassName
{
color: #CFF406;
}
</style>
background-color css
<style>
a { background-color: #CFF406; }
a { background-color: rgb(207,244,6); }
div.DivClassName
{
background-color: #CFF406;
}
.BgClassName
{
background-color: #CFF406;
}
</style>
border-color css
<style>
span { border-color: #CFF406; }
span { border-color: rgb(207,244,6); }
td.TdClassName
{
border-color: #CFF406;
}
.TagClassName
{
border-color: #CFF406;
}
</style>