Shades of Electric Lime #CFDF03
Tints of Electric Lime #CFDF03
RGB
CMYK
RGB Variations
Color information
#CFDF03 (or 0xCFDF03) is known color: Electric Lime. HEX triplet: CF, DF and 03. RGB value is (207,223,3). Sum of RGB (Red+Green+Blue) = 207+223+3=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 223 (87.5% from 255 or 51.50% from 433); Blue value is 3 (1.56% from 255 or 0.69% from 433); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDF03 is #3020FC. Grayscale: #C2C2C2. Windows color (decimal): -3154173 or 253903. OLE color: 253903.
HSL color Cylindrical-coordinate representation of color #CFDF03: hue angle of 64.36º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFDF03 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 3 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.13 |
| HSL | 64.36º | 0.97% | 0.44% | - |
| HSV(B) | 64.36º | 0.99% | 0.87% | - |
| XYZ | 52.14 | 66.05 | 10.09 | - |
| YUV | 193.14 | 20.7 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 3 | 0.07 | 0 | 0.99 | 0.13 | 64.36 | 0.97 | 0.44 |
| Hex | CF | DF | 3 | 7 | 0 | 63 | D | 40 | 61 | 2C |
| Octal | 317 | 337 | 3 | 7 | 0 | 143 | 15 | 100 | 141 | 54 |
| Binary | 11001111 | 11011111 | 11 | 111 | 0 | 1100011 | 1101 | 1000000 | 1100001 | 101100 |
Color Harmonies of #CFDF03
Complementary color
Monochromatic Colors of #CFDF03
Black with #CFDF03
Text Example
Text Example
White with #CFDF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF03; }
p { color: rgb(207,223,3); }
H1.HeaderClassName
{
color: #CFDF03;
}
.AnyTagClassName
{
color: #CFDF03;
}
</style>
background-color css
<style>
a { background-color: #CFDF03; }
a { background-color: rgb(207,223,3); }
div.DivClassName
{
background-color: #CFDF03;
}
.BgClassName
{
background-color: #CFDF03;
}
</style>
border-color css
<style>
span { border-color: #CFDF03; }
span { border-color: rgb(207,223,3); }
td.TdClassName
{
border-color: #CFDF03;
}
.TagClassName
{
border-color: #CFDF03;
}
</style>