Shades of Electric Lime #CFFD00
Tints of Electric Lime #CFFD00
RGB
CMYK
RGB Variations
Color information
#CFFD00 (or 0xCFFD00) is known color: Electric Lime. HEX triplet: CF, FD and 00. RGB value is (207,253,0). Sum of RGB (Red+Green+Blue) = 207+253+0=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 253 (99.22% from 255 or 55% from 460); Blue value is 0 (0.39% from 255 or 0% from 460); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFD00 is #3002FF. Grayscale: #D3D3D3. Windows color (decimal): -3146496 or 64975. OLE color: 64975.
HSL color Cylindrical-coordinate representation of color #CFFD00: hue angle of 70.91º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFFD00 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.01 |
| HSL | 70.91º | 1% | 0.5% | - |
| HSV(B) | 70.91º | 1% | 0.99% | - |
| XYZ | 60.86 | 83.52 | 12.91 | - |
| YUV | 210.4 | 9.26 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 0 | 0.18 | 0 | 1 | 0.01 | 70.91 | 1 | 0.5 |
| Hex | CF | FD | 0 | 12 | 0 | 64 | 1 | 47 | 64 | 32 |
| Octal | 317 | 375 | 0 | 22 | 0 | 144 | 1 | 107 | 144 | 62 |
| Binary | 11001111 | 11111101 | 0 | 10010 | 0 | 1100100 | 1 | 1000111 | 1100100 | 110010 |
Color Harmonies of #CFFD00
Complementary color
Monochromatic Colors of #CFFD00
Black with #CFFD00
Text Example
Text Example
White with #CFFD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFD00; }
p { color: rgb(207,253,0); }
H1.HeaderClassName
{
color: #CFFD00;
}
.AnyTagClassName
{
color: #CFFD00;
}
</style>
background-color css
<style>
a { background-color: #CFFD00; }
a { background-color: rgb(207,253,0); }
div.DivClassName
{
background-color: #CFFD00;
}
.BgClassName
{
background-color: #CFFD00;
}
</style>
border-color css
<style>
span { border-color: #CFFD00; }
span { border-color: rgb(207,253,0); }
td.TdClassName
{
border-color: #CFFD00;
}
.TagClassName
{
border-color: #CFFD00;
}
</style>