Shades of Electric Lime #CFF501
Tints of Electric Lime #CFF501
RGB
CMYK
RGB Variations
Color information
#CFF501 (or 0xCFF501) is known color: Electric Lime. HEX triplet: CF, F5 and 01. RGB value is (207,245,1). Sum of RGB (Red+Green+Blue) = 207+245+1=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 245 (96.09% from 255 or 54.08% from 453); Blue value is 1 (0.78% from 255 or 0.22% from 453); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF501 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF501 is #300AFE. Grayscale: #CECECE. Windows color (decimal): -3148543 or 128463. OLE color: 128463.
HSL color Cylindrical-coordinate representation of color #CFF501: hue angle of 69.34º 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 #CFF501 is Cyan = 0.16, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 1 | - |
| CMYK | 0.16 | 0 | 1.00 | 0.04 |
| HSL | 69.34º | 0.99% | 0.48% | - |
| HSV(B) | 69.34º | 1% | 0.96% | - |
| XYZ | 58.39 | 78.57 | 12.12 | - |
| YUV | 205.82 | 12.41 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 1 | 0.16 | 0 | 1.00 | 0.04 | 69.34 | 0.99 | 0.48 |
| Hex | CF | F5 | 1 | 10 | 0 | 64 | 4 | 45 | 63 | 30 |
| Octal | 317 | 365 | 1 | 20 | 0 | 144 | 4 | 105 | 143 | 60 |
| Binary | 11001111 | 11110101 | 1 | 10000 | 0 | 1100100 | 100 | 1000101 | 1100011 | 110000 |
Color Harmonies of #CFF501
Complementary color
Monochromatic Colors of #CFF501
Black with #CFF501
Text Example
Text Example
White with #CFF501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF501; }
p { color: rgb(207,245,1); }
H1.HeaderClassName
{
color: #CFF501;
}
.AnyTagClassName
{
color: #CFF501;
}
</style>
background-color css
<style>
a { background-color: #CFF501; }
a { background-color: rgb(207,245,1); }
div.DivClassName
{
background-color: #CFF501;
}
.BgClassName
{
background-color: #CFF501;
}
</style>
border-color css
<style>
span { border-color: #CFF501; }
span { border-color: rgb(207,245,1); }
td.TdClassName
{
border-color: #CFF501;
}
.TagClassName
{
border-color: #CFF501;
}
</style>