Shades of Electric Lime #CFE20D
Tints of Electric Lime #CFE20D
RGB
CMYK
RGB Variations
Color information
#CFE20D (or 0xCFE20D) is known color: Electric Lime. HEX triplet: CF, E2 and 0D. RGB value is (207,226,13). Sum of RGB (Red+Green+Blue) = 207+226+13=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 226 (88.67% from 255 or 50.67% from 446); Blue value is 13 (5.47% from 255 or 2.91% from 446); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE20D is #301DF2. Grayscale: #C4C4C4. Windows color (decimal): -3153395 or 910031. OLE color: 910031.
HSL color Cylindrical-coordinate representation of color #CFE20D: hue angle of 65.35º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFE20D is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 13 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.11 |
| HSL | 65.35º | 0.89% | 0.47% | - |
| HSV(B) | 65.35º | 0.94% | 0.89% | - |
| XYZ | 53 | 67.69 | 10.65 | - |
| YUV | 196.04 | 24.71 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 13 | 0.08 | 0 | 0.94 | 0.11 | 65.35 | 0.89 | 0.47 |
| Hex | CF | E2 | D | 8 | 0 | 5E | B | 41 | 59 | 2F |
| Octal | 317 | 342 | 15 | 10 | 0 | 136 | 13 | 101 | 131 | 57 |
| Binary | 11001111 | 11100010 | 1101 | 1000 | 0 | 1011110 | 1011 | 1000001 | 1011001 | 101111 |
Color Harmonies of #CFE20D
Complementary color
Monochromatic Colors of #CFE20D
Black with #CFE20D
Text Example
Text Example
White with #CFE20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE20D; }
p { color: rgb(207,226,13); }
H1.HeaderClassName
{
color: #CFE20D;
}
.AnyTagClassName
{
color: #CFE20D;
}
</style>
background-color css
<style>
a { background-color: #CFE20D; }
a { background-color: rgb(207,226,13); }
div.DivClassName
{
background-color: #CFE20D;
}
.BgClassName
{
background-color: #CFE20D;
}
</style>
border-color css
<style>
span { border-color: #CFE20D; }
span { border-color: rgb(207,226,13); }
td.TdClassName
{
border-color: #CFE20D;
}
.TagClassName
{
border-color: #CFE20D;
}
</style>