Shades of Electric Lime #CFE208
Tints of Electric Lime #CFE208
RGB
CMYK
RGB Variations
Color information
#CFE208 (or 0xCFE208) is known color: Electric Lime. HEX triplet: CF, E2 and 08. RGB value is (207,226,8). Sum of RGB (Red+Green+Blue) = 207+226+8=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 226 (88.67% from 255 or 51.25% from 441); Blue value is 8 (3.52% from 255 or 1.81% from 441); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE208 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE208 is #301DF7. Grayscale: #C4C4C4. Windows color (decimal): -3153400 or 582351. OLE color: 582351.
HSL color Cylindrical-coordinate representation of color #CFE208: hue angle of 65.23º 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 #CFE208 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 8 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.11 |
| HSL | 65.23º | 0.93% | 0.46% | - |
| HSV(B) | 65.23º | 0.96% | 0.89% | - |
| XYZ | 52.97 | 67.68 | 10.5 | - |
| YUV | 195.47 | 22.21 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 8 | 0.08 | 0 | 0.96 | 0.11 | 65.23 | 0.93 | 0.46 |
| Hex | CF | E2 | 8 | 8 | 0 | 60 | B | 41 | 5D | 2E |
| Octal | 317 | 342 | 10 | 10 | 0 | 140 | 13 | 101 | 135 | 56 |
| Binary | 11001111 | 11100010 | 1000 | 1000 | 0 | 1100000 | 1011 | 1000001 | 1011101 | 101110 |
Color Harmonies of #CFE208
Complementary color
Monochromatic Colors of #CFE208
Black with #CFE208
Text Example
Text Example
White with #CFE208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE208; }
p { color: rgb(207,226,8); }
H1.HeaderClassName
{
color: #CFE208;
}
.AnyTagClassName
{
color: #CFE208;
}
</style>
background-color css
<style>
a { background-color: #CFE208; }
a { background-color: rgb(207,226,8); }
div.DivClassName
{
background-color: #CFE208;
}
.BgClassName
{
background-color: #CFE208;
}
</style>
border-color css
<style>
span { border-color: #CFE208; }
span { border-color: rgb(207,226,8); }
td.TdClassName
{
border-color: #CFE208;
}
.TagClassName
{
border-color: #CFE208;
}
</style>