Shades of Electric Lime #CFED10
Tints of Electric Lime #CFED10
RGB
CMYK
RGB Variations
Color information
#CFED10 (or 0xCFED10) is known color: Electric Lime. HEX triplet: CF, ED and 10. RGB value is (207,237,16). Sum of RGB (Red+Green+Blue) = 207+237+16=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 237 (92.97% from 255 or 51.52% from 460); Blue value is 16 (6.64% from 255 or 3.48% from 460); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFED10 is #3012EF. Grayscale: #CBCBCB. Windows color (decimal): -3150576 or 1109455. OLE color: 1109455.
HSL color Cylindrical-coordinate representation of color #CFED10: hue angle of 68.14º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFED10 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 16 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.07 |
| HSL | 68.14º | 0.87% | 0.5% | - |
| HSV(B) | 68.14º | 0.93% | 0.93% | - |
| XYZ | 56.11 | 73.87 | 11.79 | - |
| YUV | 202.84 | 22.56 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 16 | 0.13 | 0 | 0.93 | 0.07 | 68.14 | 0.87 | 0.5 |
| Hex | CF | ED | 10 | D | 0 | 5D | 7 | 44 | 57 | 32 |
| Octal | 317 | 355 | 20 | 15 | 0 | 135 | 7 | 104 | 127 | 62 |
| Binary | 11001111 | 11101101 | 10000 | 1101 | 0 | 1011101 | 111 | 1000100 | 1010111 | 110010 |
Color Harmonies of #CFED10
Complementary color
Monochromatic Colors of #CFED10
Black with #CFED10
Text Example
Text Example
White with #CFED10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED10; }
p { color: rgb(207,237,16); }
H1.HeaderClassName
{
color: #CFED10;
}
.AnyTagClassName
{
color: #CFED10;
}
</style>
background-color css
<style>
a { background-color: #CFED10; }
a { background-color: rgb(207,237,16); }
div.DivClassName
{
background-color: #CFED10;
}
.BgClassName
{
background-color: #CFED10;
}
</style>
border-color css
<style>
span { border-color: #CFED10; }
span { border-color: rgb(207,237,16); }
td.TdClassName
{
border-color: #CFED10;
}
.TagClassName
{
border-color: #CFED10;
}
</style>