Shades of Electric Lime #CFE40E
Tints of Electric Lime #CFE40E
RGB
CMYK
RGB Variations
Color information
#CFE40E (or 0xCFE40E) is known color: Electric Lime. HEX triplet: CF, E4 and 0E. RGB value is (207,228,14). Sum of RGB (Red+Green+Blue) = 207+228+14=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 228 (89.45% from 255 or 50.78% from 449); Blue value is 14 (5.86% from 255 or 3.12% from 449); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE40E is #301BF1. Grayscale: #C6C6C6. Windows color (decimal): -3152882 or 976079. OLE color: 976079.
HSL color Cylindrical-coordinate representation of color #CFE40E: hue angle of 65.89º degrees, saturation: 0.88, 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 #CFE40E is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 14 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.11 |
| HSL | 65.89º | 0.88% | 0.47% | - |
| HSV(B) | 65.89º | 0.94% | 0.89% | - |
| XYZ | 53.55 | 68.78 | 10.87 | - |
| YUV | 197.33 | 24.54 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 14 | 0.09 | 0 | 0.94 | 0.11 | 65.89 | 0.88 | 0.47 |
| Hex | CF | E4 | E | 9 | 0 | 5E | B | 42 | 58 | 2F |
| Octal | 317 | 344 | 16 | 11 | 0 | 136 | 13 | 102 | 130 | 57 |
| Binary | 11001111 | 11100100 | 1110 | 1001 | 0 | 1011110 | 1011 | 1000010 | 1011000 | 101111 |
Color Harmonies of #CFE40E
Complementary color
Monochromatic Colors of #CFE40E
Black with #CFE40E
Text Example
Text Example
White with #CFE40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE40E; }
p { color: rgb(207,228,14); }
H1.HeaderClassName
{
color: #CFE40E;
}
.AnyTagClassName
{
color: #CFE40E;
}
</style>
background-color css
<style>
a { background-color: #CFE40E; }
a { background-color: rgb(207,228,14); }
div.DivClassName
{
background-color: #CFE40E;
}
.BgClassName
{
background-color: #CFE40E;
}
</style>
border-color css
<style>
span { border-color: #CFE40E; }
span { border-color: rgb(207,228,14); }
td.TdClassName
{
border-color: #CFE40E;
}
.TagClassName
{
border-color: #CFE40E;
}
</style>