Shades of Electric Lime #CFEA03
Tints of Electric Lime #CFEA03
RGB
CMYK
RGB Variations
Color information
#CFEA03 (or 0xCFEA03) is known color: Electric Lime. HEX triplet: CF, EA and 03. RGB value is (207,234,3). Sum of RGB (Red+Green+Blue) = 207+234+3=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 234 (91.80% from 255 or 52.70% from 444); Blue value is 3 (1.56% from 255 or 0.68% from 444); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEA03 is #3015FC. Grayscale: #C8C8C8. Windows color (decimal): -3151357 or 256719. OLE color: 256719.
HSL color Cylindrical-coordinate representation of color #CFEA03: hue angle of 67.01º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFEA03 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 3 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.08 |
| HSL | 67.01º | 0.97% | 0.46% | - |
| HSV(B) | 67.01º | 0.99% | 0.92% | - |
| XYZ | 55.17 | 72.12 | 11.1 | - |
| YUV | 199.59 | 17.05 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 3 | 0.12 | 0 | 0.99 | 0.08 | 67.01 | 0.97 | 0.46 |
| Hex | CF | EA | 3 | C | 0 | 63 | 8 | 43 | 61 | 2E |
| Octal | 317 | 352 | 3 | 14 | 0 | 143 | 10 | 103 | 141 | 56 |
| Binary | 11001111 | 11101010 | 11 | 1100 | 0 | 1100011 | 1000 | 1000011 | 1100001 | 101110 |
Color Harmonies of #CFEA03
Complementary color
Monochromatic Colors of #CFEA03
Black with #CFEA03
Text Example
Text Example
White with #CFEA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEA03; }
p { color: rgb(207,234,3); }
H1.HeaderClassName
{
color: #CFEA03;
}
.AnyTagClassName
{
color: #CFEA03;
}
</style>
background-color css
<style>
a { background-color: #CFEA03; }
a { background-color: rgb(207,234,3); }
div.DivClassName
{
background-color: #CFEA03;
}
.BgClassName
{
background-color: #CFEA03;
}
</style>
border-color css
<style>
span { border-color: #CFEA03; }
span { border-color: rgb(207,234,3); }
td.TdClassName
{
border-color: #CFEA03;
}
.TagClassName
{
border-color: #CFEA03;
}
</style>