Shades of Electric Lime #CFFC00
Tints of Electric Lime #CFFC00
RGB
CMYK
RGB Variations
Color information
#CFFC00 (or 0xCFFC00) is known color: Electric Lime. HEX triplet: CF, FC and 00. RGB value is (207,252,0). Sum of RGB (Red+Green+Blue) = 207+252+0=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 252 (98.83% from 255 or 54.90% from 459); Blue value is 0 (0.39% from 255 or 0% from 459); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFC00 is #3003FF. Grayscale: #D2D2D2. Windows color (decimal): -3146752 or 64719. OLE color: 64719.
HSL color Cylindrical-coordinate representation of color #CFFC00: hue angle of 70.71º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFFC00 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.01 |
| HSL | 70.71º | 1% | 0.49% | - |
| HSV(B) | 70.71º | 1% | 0.99% | - |
| XYZ | 60.54 | 82.89 | 12.81 | - |
| YUV | 209.82 | 9.59 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 0 | 0.18 | 0 | 1 | 0.01 | 70.71 | 1 | 0.49 |
| Hex | CF | FC | 0 | 12 | 0 | 64 | 1 | 47 | 64 | 31 |
| Octal | 317 | 374 | 0 | 22 | 0 | 144 | 1 | 107 | 144 | 61 |
| Binary | 11001111 | 11111100 | 0 | 10010 | 0 | 1100100 | 1 | 1000111 | 1100100 | 110001 |
Color Harmonies of #CFFC00
Complementary color
Monochromatic Colors of #CFFC00
Black with #CFFC00
Text Example
Text Example
White with #CFFC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC00; }
p { color: rgb(207,252,0); }
H1.HeaderClassName
{
color: #CFFC00;
}
.AnyTagClassName
{
color: #CFFC00;
}
</style>
background-color css
<style>
a { background-color: #CFFC00; }
a { background-color: rgb(207,252,0); }
div.DivClassName
{
background-color: #CFFC00;
}
.BgClassName
{
background-color: #CFFC00;
}
</style>
border-color css
<style>
span { border-color: #CFFC00; }
span { border-color: rgb(207,252,0); }
td.TdClassName
{
border-color: #CFFC00;
}
.TagClassName
{
border-color: #CFFC00;
}
</style>