Shades of Electric Lime #CFEB10
Tints of Electric Lime #CFEB10
RGB
CMYK
RGB Variations
Color information
#CFEB10 (or 0xCFEB10) is known color: Electric Lime. HEX triplet: CF, EB and 10. RGB value is (207,235,16). Sum of RGB (Red+Green+Blue) = 207+235+16=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 235 (92.19% from 255 or 51.31% from 458); Blue value is 16 (6.64% from 255 or 3.49% from 458); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEB10 is #3014EF. Grayscale: #CACACA. Windows color (decimal): -3151088 or 1108943. OLE color: 1108943.
HSL color Cylindrical-coordinate representation of color #CFEB10: hue angle of 67.67º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFEB10 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 16 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.08 |
| HSL | 67.67º | 0.87% | 0.49% | - |
| HSV(B) | 67.67º | 0.93% | 0.92% | - |
| XYZ | 55.53 | 72.72 | 11.6 | - |
| YUV | 201.66 | 23.22 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 16 | 0.12 | 0 | 0.93 | 0.08 | 67.67 | 0.87 | 0.49 |
| Hex | CF | EB | 10 | C | 0 | 5D | 8 | 44 | 57 | 31 |
| Octal | 317 | 353 | 20 | 14 | 0 | 135 | 10 | 104 | 127 | 61 |
| Binary | 11001111 | 11101011 | 10000 | 1100 | 0 | 1011101 | 1000 | 1000100 | 1010111 | 110001 |
Color Harmonies of #CFEB10
Complementary color
Monochromatic Colors of #CFEB10
Black with #CFEB10
Text Example
Text Example
White with #CFEB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB10; }
p { color: rgb(207,235,16); }
H1.HeaderClassName
{
color: #CFEB10;
}
.AnyTagClassName
{
color: #CFEB10;
}
</style>
background-color css
<style>
a { background-color: #CFEB10; }
a { background-color: rgb(207,235,16); }
div.DivClassName
{
background-color: #CFEB10;
}
.BgClassName
{
background-color: #CFEB10;
}
</style>
border-color css
<style>
span { border-color: #CFEB10; }
span { border-color: rgb(207,235,16); }
td.TdClassName
{
border-color: #CFEB10;
}
.TagClassName
{
border-color: #CFEB10;
}
</style>