Shades of Electric Lime #CFEE08
Tints of Electric Lime #CFEE08
RGB
CMYK
RGB Variations
Color information
#CFEE08 (or 0xCFEE08) is known color: Electric Lime. HEX triplet: CF, EE and 08. RGB value is (207,238,8). Sum of RGB (Red+Green+Blue) = 207+238+8=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 238 (93.36% from 255 or 52.54% from 453); Blue value is 8 (3.52% from 255 or 1.77% from 453); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEE08 is #3011F7. Grayscale: #CBCBCB. Windows color (decimal): -3150328 or 585423. OLE color: 585423.
HSL color Cylindrical-coordinate representation of color #CFEE08: hue angle of 68.09º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFEE08 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 8 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.07 |
| HSL | 68.09º | 0.93% | 0.48% | - |
| HSV(B) | 68.09º | 0.97% | 0.93% | - |
| XYZ | 56.35 | 74.43 | 11.63 | - |
| YUV | 202.51 | 18.23 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 8 | 0.13 | 0 | 0.97 | 0.07 | 68.09 | 0.93 | 0.48 |
| Hex | CF | EE | 8 | D | 0 | 61 | 7 | 44 | 5D | 30 |
| Octal | 317 | 356 | 10 | 15 | 0 | 141 | 7 | 104 | 135 | 60 |
| Binary | 11001111 | 11101110 | 1000 | 1101 | 0 | 1100001 | 111 | 1000100 | 1011101 | 110000 |
Color Harmonies of #CFEE08
Complementary color
Monochromatic Colors of #CFEE08
Black with #CFEE08
Text Example
Text Example
White with #CFEE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEE08; }
p { color: rgb(207,238,8); }
H1.HeaderClassName
{
color: #CFEE08;
}
.AnyTagClassName
{
color: #CFEE08;
}
</style>
background-color css
<style>
a { background-color: #CFEE08; }
a { background-color: rgb(207,238,8); }
div.DivClassName
{
background-color: #CFEE08;
}
.BgClassName
{
background-color: #CFEE08;
}
</style>
border-color css
<style>
span { border-color: #CFEE08; }
span { border-color: rgb(207,238,8); }
td.TdClassName
{
border-color: #CFEE08;
}
.TagClassName
{
border-color: #CFEE08;
}
</style>