Shades of Electric Lime #CFEF0A
Tints of Electric Lime #CFEF0A
RGB
CMYK
RGB Variations
Color information
#CFEF0A (or 0xCFEF0A) is known color: Electric Lime. HEX triplet: CF, EF and 0A. RGB value is (207,239,10). Sum of RGB (Red+Green+Blue) = 207+239+10=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 239 (93.75% from 255 or 52.41% from 456); Blue value is 10 (4.30% from 255 or 2.19% from 456); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEF0A is #3010F5. Grayscale: #CCCCCC. Windows color (decimal): -3150070 or 716751. OLE color: 716751.
HSL color Cylindrical-coordinate representation of color #CFEF0A: hue angle of 68.38º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFEF0A is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 10 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.06 |
| HSL | 68.38º | 0.92% | 0.49% | - |
| HSV(B) | 68.38º | 0.96% | 0.94% | - |
| XYZ | 56.65 | 75.02 | 11.78 | - |
| YUV | 203.33 | 18.9 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 10 | 0.13 | 0 | 0.96 | 0.06 | 68.38 | 0.92 | 0.49 |
| Hex | CF | EF | A | D | 0 | 60 | 6 | 44 | 5C | 31 |
| Octal | 317 | 357 | 12 | 15 | 0 | 140 | 6 | 104 | 134 | 61 |
| Binary | 11001111 | 11101111 | 1010 | 1101 | 0 | 1100000 | 110 | 1000100 | 1011100 | 110001 |
Color Harmonies of #CFEF0A
Complementary color
Monochromatic Colors of #CFEF0A
Black with #CFEF0A
Text Example
Text Example
White with #CFEF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF0A; }
p { color: rgb(207,239,10); }
H1.HeaderClassName
{
color: #CFEF0A;
}
.AnyTagClassName
{
color: #CFEF0A;
}
</style>
background-color css
<style>
a { background-color: #CFEF0A; }
a { background-color: rgb(207,239,10); }
div.DivClassName
{
background-color: #CFEF0A;
}
.BgClassName
{
background-color: #CFEF0A;
}
</style>
border-color css
<style>
span { border-color: #CFEF0A; }
span { border-color: rgb(207,239,10); }
td.TdClassName
{
border-color: #CFEF0A;
}
.TagClassName
{
border-color: #CFEF0A;
}
</style>