Shades of Electric Lime #CFEE16
Tints of Electric Lime #CFEE16
RGB
CMYK
RGB Variations
Color information
#CFEE16 (or 0xCFEE16) is known color: Electric Lime. HEX triplet: CF, EE and 16. RGB value is (207,238,22). Sum of RGB (Red+Green+Blue) = 207+238+22=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 238 (93.36% from 255 or 50.96% from 467); Blue value is 22 (8.98% from 255 or 4.71% from 467); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEE16 is #3011E9. Grayscale: #CCCCCC. Windows color (decimal): -3150314 or 1502927. OLE color: 1502927.
HSL color Cylindrical-coordinate representation of color #CFEE16: hue angle of 68.61º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFEE16 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 22 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.07 |
| HSL | 68.61º | 0.86% | 0.51% | - |
| HSV(B) | 68.61º | 0.91% | 0.93% | - |
| XYZ | 56.45 | 74.47 | 12.16 | - |
| YUV | 204.11 | 25.23 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 22 | 0.13 | 0 | 0.91 | 0.07 | 68.61 | 0.86 | 0.51 |
| Hex | CF | EE | 16 | D | 0 | 5B | 7 | 45 | 56 | 33 |
| Octal | 317 | 356 | 26 | 15 | 0 | 133 | 7 | 105 | 126 | 63 |
| Binary | 11001111 | 11101110 | 10110 | 1101 | 0 | 1011011 | 111 | 1000101 | 1010110 | 110011 |
Color Harmonies of #CFEE16
Complementary color
Monochromatic Colors of #CFEE16
Black with #CFEE16
Text Example
Text Example
White with #CFEE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEE16; }
p { color: rgb(207,238,22); }
H1.HeaderClassName
{
color: #CFEE16;
}
.AnyTagClassName
{
color: #CFEE16;
}
</style>
background-color css
<style>
a { background-color: #CFEE16; }
a { background-color: rgb(207,238,22); }
div.DivClassName
{
background-color: #CFEE16;
}
.BgClassName
{
background-color: #CFEE16;
}
</style>
border-color css
<style>
span { border-color: #CFEE16; }
span { border-color: rgb(207,238,22); }
td.TdClassName
{
border-color: #CFEE16;
}
.TagClassName
{
border-color: #CFEE16;
}
</style>