Shades of Electric Lime #CFED0C
Tints of Electric Lime #CFED0C
RGB
CMYK
RGB Variations
Color information
#CFED0C (or 0xCFED0C) is known color: Electric Lime. HEX triplet: CF, ED and 0C. RGB value is (207,237,12). Sum of RGB (Red+Green+Blue) = 207+237+12=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 237 (92.97% from 255 or 51.97% from 456); Blue value is 12 (5.08% from 255 or 2.63% from 456); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFED0C is #3012F3. Grayscale: #CBCBCB. Windows color (decimal): -3150580 or 847311. OLE color: 847311.
HSL color Cylindrical-coordinate representation of color #CFED0C: hue angle of 68º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFED0C is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 12 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.07 |
| HSL | 68º | 0.9% | 0.49% | - |
| HSV(B) | 68º | 0.95% | 0.93% | - |
| XYZ | 56.08 | 73.86 | 11.65 | - |
| YUV | 202.38 | 20.56 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 12 | 0.13 | 0 | 0.95 | 0.07 | 68 | 0.9 | 0.49 |
| Hex | CF | ED | C | D | 0 | 5F | 7 | 44 | 5A | 31 |
| Octal | 317 | 355 | 14 | 15 | 0 | 137 | 7 | 104 | 132 | 61 |
| Binary | 11001111 | 11101101 | 1100 | 1101 | 0 | 1011111 | 111 | 1000100 | 1011010 | 110001 |
Color Harmonies of #CFED0C
Complementary color
Monochromatic Colors of #CFED0C
Black with #CFED0C
Text Example
Text Example
White with #CFED0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED0C; }
p { color: rgb(207,237,12); }
H1.HeaderClassName
{
color: #CFED0C;
}
.AnyTagClassName
{
color: #CFED0C;
}
</style>
background-color css
<style>
a { background-color: #CFED0C; }
a { background-color: rgb(207,237,12); }
div.DivClassName
{
background-color: #CFED0C;
}
.BgClassName
{
background-color: #CFED0C;
}
</style>
border-color css
<style>
span { border-color: #CFED0C; }
span { border-color: rgb(207,237,12); }
td.TdClassName
{
border-color: #CFED0C;
}
.TagClassName
{
border-color: #CFED0C;
}
</style>