Shades of Electric Lime #CFF401
Tints of Electric Lime #CFF401
RGB
CMYK
RGB Variations
Color information
#CFF401 (or 0xCFF401) is known color: Electric Lime. HEX triplet: CF, F4 and 01. RGB value is (207,244,1). Sum of RGB (Red+Green+Blue) = 207+244+1=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 244 (95.70% from 255 or 53.98% from 452); Blue value is 1 (0.78% from 255 or 0.22% from 452); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF401 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF401 is #300BFE. Grayscale: #CECECE. Windows color (decimal): -3148799 or 128207. OLE color: 128207.
HSL color Cylindrical-coordinate representation of color #CFF401: hue angle of 69.14º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFF401 is Cyan = 0.15, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 1 | - |
| CMYK | 0.15 | 0 | 1.00 | 0.04 |
| HSL | 69.14º | 0.99% | 0.48% | - |
| HSV(B) | 69.14º | 1% | 0.96% | - |
| XYZ | 58.09 | 77.97 | 12.02 | - |
| YUV | 205.24 | 12.74 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 1 | 0.15 | 0 | 1.00 | 0.04 | 69.14 | 0.99 | 0.48 |
| Hex | CF | F4 | 1 | F | 0 | 64 | 4 | 45 | 63 | 30 |
| Octal | 317 | 364 | 1 | 17 | 0 | 144 | 4 | 105 | 143 | 60 |
| Binary | 11001111 | 11110100 | 1 | 1111 | 0 | 1100100 | 100 | 1000101 | 1100011 | 110000 |
Color Harmonies of #CFF401
Complementary color
Monochromatic Colors of #CFF401
Black with #CFF401
Text Example
Text Example
White with #CFF401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF401; }
p { color: rgb(207,244,1); }
H1.HeaderClassName
{
color: #CFF401;
}
.AnyTagClassName
{
color: #CFF401;
}
</style>
background-color css
<style>
a { background-color: #CFF401; }
a { background-color: rgb(207,244,1); }
div.DivClassName
{
background-color: #CFF401;
}
.BgClassName
{
background-color: #CFF401;
}
</style>
border-color css
<style>
span { border-color: #CFF401; }
span { border-color: rgb(207,244,1); }
td.TdClassName
{
border-color: #CFF401;
}
.TagClassName
{
border-color: #CFF401;
}
</style>