Shades of Electric Lime #CFDE03
Tints of Electric Lime #CFDE03
RGB
CMYK
RGB Variations
Color information
#CFDE03 (or 0xCFDE03) is known color: Electric Lime. HEX triplet: CF, DE and 03. RGB value is (207,222,3). Sum of RGB (Red+Green+Blue) = 207+222+3=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 222 (87.11% from 255 or 51.39% from 432); Blue value is 3 (1.56% from 255 or 0.69% from 432); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDE03 is #3021FC. Grayscale: #C1C1C1. Windows color (decimal): -3154429 or 253647. OLE color: 253647.
HSL color Cylindrical-coordinate representation of color #CFDE03: hue angle of 64.11º 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 #CFDE03 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 3 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.13 |
| HSL | 64.11º | 0.97% | 0.44% | - |
| HSV(B) | 64.11º | 0.99% | 0.87% | - |
| XYZ | 51.87 | 65.51 | 10 | - |
| YUV | 192.55 | 21.03 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 3 | 0.07 | 0 | 0.99 | 0.13 | 64.11 | 0.97 | 0.44 |
| Hex | CF | DE | 3 | 7 | 0 | 63 | D | 40 | 61 | 2C |
| Octal | 317 | 336 | 3 | 7 | 0 | 143 | 15 | 100 | 141 | 54 |
| Binary | 11001111 | 11011110 | 11 | 111 | 0 | 1100011 | 1101 | 1000000 | 1100001 | 101100 |
Color Harmonies of #CFDE03
Complementary color
Monochromatic Colors of #CFDE03
Black with #CFDE03
Text Example
Text Example
White with #CFDE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE03; }
p { color: rgb(207,222,3); }
H1.HeaderClassName
{
color: #CFDE03;
}
.AnyTagClassName
{
color: #CFDE03;
}
</style>
background-color css
<style>
a { background-color: #CFDE03; }
a { background-color: rgb(207,222,3); }
div.DivClassName
{
background-color: #CFDE03;
}
.BgClassName
{
background-color: #CFDE03;
}
</style>
border-color css
<style>
span { border-color: #CFDE03; }
span { border-color: rgb(207,222,3); }
td.TdClassName
{
border-color: #CFDE03;
}
.TagClassName
{
border-color: #CFDE03;
}
</style>