Shades of Electric Lime #CFE307
Tints of Electric Lime #CFE307
RGB
CMYK
RGB Variations
Color information
#CFE307 (or 0xCFE307) is known color: Electric Lime. HEX triplet: CF, E3 and 07. RGB value is (207,227,7). Sum of RGB (Red+Green+Blue) = 207+227+7=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 227 (89.06% from 255 or 51.47% from 441); Blue value is 7 (3.12% from 255 or 1.59% from 441); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE307 is #301CF8. Grayscale: #C4C4C4. Windows color (decimal): -3153145 or 517071. OLE color: 517071.
HSL color Cylindrical-coordinate representation of color #CFE307: hue angle of 65.45º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFE307 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 7 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.11 |
| HSL | 65.45º | 0.94% | 0.46% | - |
| HSV(B) | 65.45º | 0.97% | 0.89% | - |
| XYZ | 53.24 | 68.22 | 10.56 | - |
| YUV | 195.94 | 21.37 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 7 | 0.09 | 0 | 0.97 | 0.11 | 65.45 | 0.94 | 0.46 |
| Hex | CF | E3 | 7 | 9 | 0 | 61 | B | 41 | 5E | 2E |
| Octal | 317 | 343 | 7 | 11 | 0 | 141 | 13 | 101 | 136 | 56 |
| Binary | 11001111 | 11100011 | 111 | 1001 | 0 | 1100001 | 1011 | 1000001 | 1011110 | 101110 |
Color Harmonies of #CFE307
Complementary color
Monochromatic Colors of #CFE307
Black with #CFE307
Text Example
Text Example
White with #CFE307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE307; }
p { color: rgb(207,227,7); }
H1.HeaderClassName
{
color: #CFE307;
}
.AnyTagClassName
{
color: #CFE307;
}
</style>
background-color css
<style>
a { background-color: #CFE307; }
a { background-color: rgb(207,227,7); }
div.DivClassName
{
background-color: #CFE307;
}
.BgClassName
{
background-color: #CFE307;
}
</style>
border-color css
<style>
span { border-color: #CFE307; }
span { border-color: rgb(207,227,7); }
td.TdClassName
{
border-color: #CFE307;
}
.TagClassName
{
border-color: #CFE307;
}
</style>