Shades of Electric Lime #CFE308
Tints of Electric Lime #CFE308
RGB
CMYK
RGB Variations
Color information
#CFE308 (or 0xCFE308) is known color: Electric Lime. HEX triplet: CF, E3 and 08. RGB value is (207,227,8). Sum of RGB (Red+Green+Blue) = 207+227+8=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 227 (89.06% from 255 or 51.36% from 442); Blue value is 8 (3.52% from 255 or 1.81% from 442); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE308 is #301CF7. Grayscale: #C4C4C4. Windows color (decimal): -3153144 or 582607. OLE color: 582607.
HSL color Cylindrical-coordinate representation of color #CFE308: hue angle of 65.48º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFE308 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 8 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.11 |
| HSL | 65.48º | 0.93% | 0.46% | - |
| HSV(B) | 65.48º | 0.96% | 0.89% | - |
| XYZ | 53.25 | 68.22 | 10.59 | - |
| YUV | 196.05 | 21.87 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 8 | 0.09 | 0 | 0.96 | 0.11 | 65.48 | 0.93 | 0.46 |
| Hex | CF | E3 | 8 | 9 | 0 | 60 | B | 41 | 5D | 2E |
| Octal | 317 | 343 | 10 | 11 | 0 | 140 | 13 | 101 | 135 | 56 |
| Binary | 11001111 | 11100011 | 1000 | 1001 | 0 | 1100000 | 1011 | 1000001 | 1011101 | 101110 |
Color Harmonies of #CFE308
Complementary color
Monochromatic Colors of #CFE308
Black with #CFE308
Text Example
Text Example
White with #CFE308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE308; }
p { color: rgb(207,227,8); }
H1.HeaderClassName
{
color: #CFE308;
}
.AnyTagClassName
{
color: #CFE308;
}
</style>
background-color css
<style>
a { background-color: #CFE308; }
a { background-color: rgb(207,227,8); }
div.DivClassName
{
background-color: #CFE308;
}
.BgClassName
{
background-color: #CFE308;
}
</style>
border-color css
<style>
span { border-color: #CFE308; }
span { border-color: rgb(207,227,8); }
td.TdClassName
{
border-color: #CFE308;
}
.TagClassName
{
border-color: #CFE308;
}
</style>