Shades of Electric Lime #CFEE05
Tints of Electric Lime #CFEE05
RGB
CMYK
RGB Variations
Color information
#CFEE05 (or 0xCFEE05) is known color: Electric Lime. HEX triplet: CF, EE and 05. RGB value is (207,238,5). Sum of RGB (Red+Green+Blue) = 207+238+5=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 238 (93.36% from 255 or 52.89% from 450); Blue value is 5 (2.34% from 255 or 1.11% from 450); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEE05 is #3011FA. Grayscale: #CBCBCB. Windows color (decimal): -3150331 or 388815. OLE color: 388815.
HSL color Cylindrical-coordinate representation of color #CFEE05: hue angle of 67.98º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFEE05 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 5 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.07 |
| HSL | 67.98º | 0.96% | 0.48% | - |
| HSV(B) | 67.98º | 0.98% | 0.93% | - |
| XYZ | 56.33 | 74.43 | 11.54 | - |
| YUV | 202.17 | 16.73 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 5 | 0.13 | 0 | 0.98 | 0.07 | 67.98 | 0.96 | 0.48 |
| Hex | CF | EE | 5 | D | 0 | 62 | 7 | 44 | 60 | 30 |
| Octal | 317 | 356 | 5 | 15 | 0 | 142 | 7 | 104 | 140 | 60 |
| Binary | 11001111 | 11101110 | 101 | 1101 | 0 | 1100010 | 111 | 1000100 | 1100000 | 110000 |
Color Harmonies of #CFEE05
Complementary color
Monochromatic Colors of #CFEE05
Black with #CFEE05
Text Example
Text Example
White with #CFEE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEE05; }
p { color: rgb(207,238,5); }
H1.HeaderClassName
{
color: #CFEE05;
}
.AnyTagClassName
{
color: #CFEE05;
}
</style>
background-color css
<style>
a { background-color: #CFEE05; }
a { background-color: rgb(207,238,5); }
div.DivClassName
{
background-color: #CFEE05;
}
.BgClassName
{
background-color: #CFEE05;
}
</style>
border-color css
<style>
span { border-color: #CFEE05; }
span { border-color: rgb(207,238,5); }
td.TdClassName
{
border-color: #CFEE05;
}
.TagClassName
{
border-color: #CFEE05;
}
</style>