Shades of Electric Lime #CFF901
Tints of Electric Lime #CFF901
RGB
CMYK
RGB Variations
Color information
#CFF901 (or 0xCFF901) is known color: Electric Lime. HEX triplet: CF, F9 and 01. RGB value is (207,249,1). Sum of RGB (Red+Green+Blue) = 207+249+1=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 249 (97.66% from 255 or 54.49% from 457); Blue value is 1 (0.78% from 255 or 0.22% from 457); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF901 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF901 is #3006FE. Grayscale: #D1D1D1. Windows color (decimal): -3147519 or 129487. OLE color: 129487.
HSL color Cylindrical-coordinate representation of color #CFF901: hue angle of 70.16º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFF901 is Cyan = 0.17, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 1 | - |
| CMYK | 0.17 | 0 | 1.00 | 0.02 |
| HSL | 70.16º | 0.99% | 0.49% | - |
| HSV(B) | 70.16º | 1% | 0.98% | - |
| XYZ | 59.61 | 81.02 | 12.52 | - |
| YUV | 208.17 | 11.09 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 1 | 0.17 | 0 | 1.00 | 0.02 | 70.16 | 0.99 | 0.49 |
| Hex | CF | F9 | 1 | 11 | 0 | 64 | 2 | 46 | 63 | 31 |
| Octal | 317 | 371 | 1 | 21 | 0 | 144 | 2 | 106 | 143 | 61 |
| Binary | 11001111 | 11111001 | 1 | 10001 | 0 | 1100100 | 10 | 1000110 | 1100011 | 110001 |
Color Harmonies of #CFF901
Complementary color
Monochromatic Colors of #CFF901
Black with #CFF901
Text Example
Text Example
White with #CFF901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF901; }
p { color: rgb(207,249,1); }
H1.HeaderClassName
{
color: #CFF901;
}
.AnyTagClassName
{
color: #CFF901;
}
</style>
background-color css
<style>
a { background-color: #CFF901; }
a { background-color: rgb(207,249,1); }
div.DivClassName
{
background-color: #CFF901;
}
.BgClassName
{
background-color: #CFF901;
}
</style>
border-color css
<style>
span { border-color: #CFF901; }
span { border-color: rgb(207,249,1); }
td.TdClassName
{
border-color: #CFF901;
}
.TagClassName
{
border-color: #CFF901;
}
</style>