Shades of Electric Lime #CFED13
Tints of Electric Lime #CFED13
RGB
CMYK
RGB Variations
Color information
#CFED13 (or 0xCFED13) is known color: Electric Lime. HEX triplet: CF, ED and 13. RGB value is (207,237,19). Sum of RGB (Red+Green+Blue) = 207+237+19=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 237 (92.97% from 255 or 51.19% from 463); Blue value is 19 (7.81% from 255 or 4.10% from 463); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFED13 is #3012EC. Grayscale: #CCCCCC. Windows color (decimal): -3150573 or 1306063. OLE color: 1306063.
HSL color Cylindrical-coordinate representation of color #CFED13: hue angle of 68.26º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFED13 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 19 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.07 |
| HSL | 68.26º | 0.86% | 0.5% | - |
| HSV(B) | 68.26º | 0.92% | 0.93% | - |
| XYZ | 56.13 | 73.88 | 11.92 | - |
| YUV | 203.18 | 24.06 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 19 | 0.13 | 0 | 0.92 | 0.07 | 68.26 | 0.86 | 0.5 |
| Hex | CF | ED | 13 | D | 0 | 5C | 7 | 44 | 56 | 32 |
| Octal | 317 | 355 | 23 | 15 | 0 | 134 | 7 | 104 | 126 | 62 |
| Binary | 11001111 | 11101101 | 10011 | 1101 | 0 | 1011100 | 111 | 1000100 | 1010110 | 110010 |
Color Harmonies of #CFED13
Complementary color
Monochromatic Colors of #CFED13
Black with #CFED13
Text Example
Text Example
White with #CFED13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED13; }
p { color: rgb(207,237,19); }
H1.HeaderClassName
{
color: #CFED13;
}
.AnyTagClassName
{
color: #CFED13;
}
</style>
background-color css
<style>
a { background-color: #CFED13; }
a { background-color: rgb(207,237,19); }
div.DivClassName
{
background-color: #CFED13;
}
.BgClassName
{
background-color: #CFED13;
}
</style>
border-color css
<style>
span { border-color: #CFED13; }
span { border-color: rgb(207,237,19); }
td.TdClassName
{
border-color: #CFED13;
}
.TagClassName
{
border-color: #CFED13;
}
</style>