Shades of Electric Lime #CFFC01
Tints of Electric Lime #CFFC01
RGB
CMYK
RGB Variations
Color information
#CFFC01 (or 0xCFFC01) is known color: Electric Lime. HEX triplet: CF, FC and 01. RGB value is (207,252,1). Sum of RGB (Red+Green+Blue) = 207+252+1=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 252 (98.83% from 255 or 54.78% from 460); Blue value is 1 (0.78% from 255 or 0.22% from 460); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFC01 is #3003FE. Grayscale: #D2D2D2. Windows color (decimal): -3146751 or 130255. OLE color: 130255.
HSL color Cylindrical-coordinate representation of color #CFFC01: hue angle of 70.76º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFFC01 is Cyan = 0.18, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 1 | - |
| CMYK | 0.18 | 0 | 1.00 | 0.01 |
| HSL | 70.76º | 0.99% | 0.5% | - |
| HSV(B) | 70.76º | 1% | 0.99% | - |
| XYZ | 60.55 | 82.89 | 12.84 | - |
| YUV | 209.93 | 10.09 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 1 | 0.18 | 0 | 1.00 | 0.01 | 70.76 | 0.99 | 0.5 |
| Hex | CF | FC | 1 | 12 | 0 | 64 | 1 | 47 | 63 | 32 |
| Octal | 317 | 374 | 1 | 22 | 0 | 144 | 1 | 107 | 143 | 62 |
| Binary | 11001111 | 11111100 | 1 | 10010 | 0 | 1100100 | 1 | 1000111 | 1100011 | 110010 |
Color Harmonies of #CFFC01
Complementary color
Monochromatic Colors of #CFFC01
Black with #CFFC01
Text Example
Text Example
White with #CFFC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC01; }
p { color: rgb(207,252,1); }
H1.HeaderClassName
{
color: #CFFC01;
}
.AnyTagClassName
{
color: #CFFC01;
}
</style>
background-color css
<style>
a { background-color: #CFFC01; }
a { background-color: rgb(207,252,1); }
div.DivClassName
{
background-color: #CFFC01;
}
.BgClassName
{
background-color: #CFFC01;
}
</style>
border-color css
<style>
span { border-color: #CFFC01; }
span { border-color: rgb(207,252,1); }
td.TdClassName
{
border-color: #CFFC01;
}
.TagClassName
{
border-color: #CFFC01;
}
</style>