Shades of Electric Lime #CFEB07
Tints of Electric Lime #CFEB07
RGB
CMYK
RGB Variations
Color information
#CFEB07 (or 0xCFEB07) is known color: Electric Lime. HEX triplet: CF, EB and 07. RGB value is (207,235,7). Sum of RGB (Red+Green+Blue) = 207+235+7=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 235 (92.19% from 255 or 52.34% from 449); Blue value is 7 (3.12% from 255 or 1.56% from 449); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEB07 is #3014F8. Grayscale: #C9C9C9. Windows color (decimal): -3151097 or 519119. OLE color: 519119.
HSL color Cylindrical-coordinate representation of color #CFEB07: hue angle of 67.37º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFEB07 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 7 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.08 |
| HSL | 67.37º | 0.94% | 0.47% | - |
| HSV(B) | 67.37º | 0.97% | 0.92% | - |
| XYZ | 55.48 | 72.7 | 11.31 | - |
| YUV | 200.64 | 18.72 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 7 | 0.12 | 0 | 0.97 | 0.08 | 67.37 | 0.94 | 0.47 |
| Hex | CF | EB | 7 | C | 0 | 61 | 8 | 43 | 5E | 2F |
| Octal | 317 | 353 | 7 | 14 | 0 | 141 | 10 | 103 | 136 | 57 |
| Binary | 11001111 | 11101011 | 111 | 1100 | 0 | 1100001 | 1000 | 1000011 | 1011110 | 101111 |
Color Harmonies of #CFEB07
Complementary color
Monochromatic Colors of #CFEB07
Black with #CFEB07
Text Example
Text Example
White with #CFEB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB07; }
p { color: rgb(207,235,7); }
H1.HeaderClassName
{
color: #CFEB07;
}
.AnyTagClassName
{
color: #CFEB07;
}
</style>
background-color css
<style>
a { background-color: #CFEB07; }
a { background-color: rgb(207,235,7); }
div.DivClassName
{
background-color: #CFEB07;
}
.BgClassName
{
background-color: #CFEB07;
}
</style>
border-color css
<style>
span { border-color: #CFEB07; }
span { border-color: rgb(207,235,7); }
td.TdClassName
{
border-color: #CFEB07;
}
.TagClassName
{
border-color: #CFEB07;
}
</style>