Shades of Electric Lime #CFEE02
Tints of Electric Lime #CFEE02
RGB
CMYK
RGB Variations
Color information
#CFEE02 (or 0xCFEE02) is known color: Electric Lime. HEX triplet: CF, EE and 02. RGB value is (207,238,2). Sum of RGB (Red+Green+Blue) = 207+238+2=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 238 (93.36% from 255 or 53.24% from 447); Blue value is 2 (1.17% from 255 or 0.45% from 447); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEE02 is #3011FD. Grayscale: #CACACA. Windows color (decimal): -3150334 or 192207. OLE color: 192207.
HSL color Cylindrical-coordinate representation of color #CFEE02: hue angle of 67.88º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFEE02 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.07 |
| HSL | 67.88º | 0.98% | 0.47% | - |
| HSV(B) | 67.88º | 0.99% | 0.93% | - |
| XYZ | 56.32 | 74.42 | 11.45 | - |
| YUV | 201.83 | 15.23 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 2 | 0.13 | 0 | 0.99 | 0.07 | 67.88 | 0.98 | 0.47 |
| Hex | CF | EE | 2 | D | 0 | 63 | 7 | 44 | 62 | 2F |
| Octal | 317 | 356 | 2 | 15 | 0 | 143 | 7 | 104 | 142 | 57 |
| Binary | 11001111 | 11101110 | 10 | 1101 | 0 | 1100011 | 111 | 1000100 | 1100010 | 101111 |
Color Harmonies of #CFEE02
Complementary color
Monochromatic Colors of #CFEE02
Black with #CFEE02
Text Example
Text Example
White with #CFEE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEE02; }
p { color: rgb(207,238,2); }
H1.HeaderClassName
{
color: #CFEE02;
}
.AnyTagClassName
{
color: #CFEE02;
}
</style>
background-color css
<style>
a { background-color: #CFEE02; }
a { background-color: rgb(207,238,2); }
div.DivClassName
{
background-color: #CFEE02;
}
.BgClassName
{
background-color: #CFEE02;
}
</style>
border-color css
<style>
span { border-color: #CFEE02; }
span { border-color: rgb(207,238,2); }
td.TdClassName
{
border-color: #CFEE02;
}
.TagClassName
{
border-color: #CFEE02;
}
</style>