Shades of Electric Lime #CFEB0C
Tints of Electric Lime #CFEB0C
RGB
CMYK
RGB Variations
Color information
#CFEB0C (or 0xCFEB0C) is known color: Electric Lime. HEX triplet: CF, EB and 0C. RGB value is (207,235,12). Sum of RGB (Red+Green+Blue) = 207+235+12=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 235 (92.19% from 255 or 51.76% from 454); Blue value is 12 (5.08% from 255 or 2.64% from 454); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEB0C is #3014F3. Grayscale: #CACACA. Windows color (decimal): -3151092 or 846799. OLE color: 846799.
HSL color Cylindrical-coordinate representation of color #CFEB0C: hue angle of 67.53º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFEB0C is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 12 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.08 |
| HSL | 67.53º | 0.9% | 0.48% | - |
| HSV(B) | 67.53º | 0.95% | 0.92% | - |
| XYZ | 55.51 | 72.71 | 11.46 | - |
| YUV | 201.21 | 21.22 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 12 | 0.12 | 0 | 0.95 | 0.08 | 67.53 | 0.9 | 0.48 |
| Hex | CF | EB | C | C | 0 | 5F | 8 | 44 | 5A | 30 |
| Octal | 317 | 353 | 14 | 14 | 0 | 137 | 10 | 104 | 132 | 60 |
| Binary | 11001111 | 11101011 | 1100 | 1100 | 0 | 1011111 | 1000 | 1000100 | 1011010 | 110000 |
Color Harmonies of #CFEB0C
Complementary color
Monochromatic Colors of #CFEB0C
Black with #CFEB0C
Text Example
Text Example
White with #CFEB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB0C; }
p { color: rgb(207,235,12); }
H1.HeaderClassName
{
color: #CFEB0C;
}
.AnyTagClassName
{
color: #CFEB0C;
}
</style>
background-color css
<style>
a { background-color: #CFEB0C; }
a { background-color: rgb(207,235,12); }
div.DivClassName
{
background-color: #CFEB0C;
}
.BgClassName
{
background-color: #CFEB0C;
}
</style>
border-color css
<style>
span { border-color: #CFEB0C; }
span { border-color: rgb(207,235,12); }
td.TdClassName
{
border-color: #CFEB0C;
}
.TagClassName
{
border-color: #CFEB0C;
}
</style>