Shades of Electric Lime #CFE80D
Tints of Electric Lime #CFE80D
RGB
CMYK
RGB Variations
Color information
#CFE80D (or 0xCFE80D) is known color: Electric Lime. HEX triplet: CF, E8 and 0D. RGB value is (207,232,13). Sum of RGB (Red+Green+Blue) = 207+232+13=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 232 (91.02% from 255 or 51.33% from 452); Blue value is 13 (5.47% from 255 or 2.88% from 452); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE80D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFE80D is #3017F2. Grayscale: #C8C8C8. Windows color (decimal): -3151859 or 911567. OLE color: 911567.
HSL color Cylindrical-coordinate representation of color #CFE80D: hue angle of 66.85º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFE80D is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 13 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.09 |
| HSL | 66.85º | 0.89% | 0.48% | - |
| HSV(B) | 66.85º | 0.94% | 0.91% | - |
| XYZ | 54.66 | 71.01 | 11.21 | - |
| YUV | 199.56 | 22.72 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 13 | 0.11 | 0 | 0.94 | 0.09 | 66.85 | 0.89 | 0.48 |
| Hex | CF | E8 | D | B | 0 | 5E | 9 | 43 | 59 | 30 |
| Octal | 317 | 350 | 15 | 13 | 0 | 136 | 11 | 103 | 131 | 60 |
| Binary | 11001111 | 11101000 | 1101 | 1011 | 0 | 1011110 | 1001 | 1000011 | 1011001 | 110000 |
Color Harmonies of #CFE80D
Complementary color
Monochromatic Colors of #CFE80D
Black with #CFE80D
Text Example
Text Example
White with #CFE80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE80D; }
p { color: rgb(207,232,13); }
H1.HeaderClassName
{
color: #CFE80D;
}
.AnyTagClassName
{
color: #CFE80D;
}
</style>
background-color css
<style>
a { background-color: #CFE80D; }
a { background-color: rgb(207,232,13); }
div.DivClassName
{
background-color: #CFE80D;
}
.BgClassName
{
background-color: #CFE80D;
}
</style>
border-color css
<style>
span { border-color: #CFE80D; }
span { border-color: rgb(207,232,13); }
td.TdClassName
{
border-color: #CFE80D;
}
.TagClassName
{
border-color: #CFE80D;
}
</style>