Shades of Electric Lime #CFEA10
Tints of Electric Lime #CFEA10
RGB
CMYK
RGB Variations
Color information
#CFEA10 (or 0xCFEA10) is known color: Electric Lime. HEX triplet: CF, EA and 10. RGB value is (207,234,16). Sum of RGB (Red+Green+Blue) = 207+234+16=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 234 (91.80% from 255 or 51.20% from 457); Blue value is 16 (6.64% from 255 or 3.50% from 457); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEA10 is #3015EF. Grayscale: #C9C9C9. Windows color (decimal): -3151344 or 1108687. OLE color: 1108687.
HSL color Cylindrical-coordinate representation of color #CFEA10: hue angle of 67.43º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFEA10 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 16 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.08 |
| HSL | 67.43º | 0.87% | 0.49% | - |
| HSV(B) | 67.43º | 0.93% | 0.92% | - |
| XYZ | 55.25 | 72.15 | 11.5 | - |
| YUV | 201.08 | 23.55 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 16 | 0.12 | 0 | 0.93 | 0.08 | 67.43 | 0.87 | 0.49 |
| Hex | CF | EA | 10 | C | 0 | 5D | 8 | 43 | 57 | 31 |
| Octal | 317 | 352 | 20 | 14 | 0 | 135 | 10 | 103 | 127 | 61 |
| Binary | 11001111 | 11101010 | 10000 | 1100 | 0 | 1011101 | 1000 | 1000011 | 1010111 | 110001 |
Color Harmonies of #CFEA10
Complementary color
Monochromatic Colors of #CFEA10
Black with #CFEA10
Text Example
Text Example
White with #CFEA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEA10; }
p { color: rgb(207,234,16); }
H1.HeaderClassName
{
color: #CFEA10;
}
.AnyTagClassName
{
color: #CFEA10;
}
</style>
background-color css
<style>
a { background-color: #CFEA10; }
a { background-color: rgb(207,234,16); }
div.DivClassName
{
background-color: #CFEA10;
}
.BgClassName
{
background-color: #CFEA10;
}
</style>
border-color css
<style>
span { border-color: #CFEA10; }
span { border-color: rgb(207,234,16); }
td.TdClassName
{
border-color: #CFEA10;
}
.TagClassName
{
border-color: #CFEA10;
}
</style>