Shades of Electric Lime #CFE90A
Tints of Electric Lime #CFE90A
RGB
CMYK
RGB Variations
Color information
#CFE90A (or 0xCFE90A) is known color: Electric Lime. HEX triplet: CF, E9 and 0A. RGB value is (207,233,10). Sum of RGB (Red+Green+Blue) = 207+233+10=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 233 (91.41% from 255 or 51.78% from 450); Blue value is 10 (4.30% from 255 or 2.22% from 450); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE90A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFE90A is #3016F5. Grayscale: #C8C8C8. Windows color (decimal): -3151606 or 715215. OLE color: 715215.
HSL color Cylindrical-coordinate representation of color #CFE90A: hue angle of 67º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFE90A is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 10 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.09 |
| HSL | 67º | 0.92% | 0.48% | - |
| HSV(B) | 67º | 0.96% | 0.91% | - |
| XYZ | 54.93 | 71.57 | 11.21 | - |
| YUV | 199.8 | 20.89 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 10 | 0.11 | 0 | 0.96 | 0.09 | 67 | 0.92 | 0.48 |
| Hex | CF | E9 | A | B | 0 | 60 | 9 | 43 | 5C | 30 |
| Octal | 317 | 351 | 12 | 13 | 0 | 140 | 11 | 103 | 134 | 60 |
| Binary | 11001111 | 11101001 | 1010 | 1011 | 0 | 1100000 | 1001 | 1000011 | 1011100 | 110000 |
Color Harmonies of #CFE90A
Complementary color
Monochromatic Colors of #CFE90A
Black with #CFE90A
Text Example
Text Example
White with #CFE90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE90A; }
p { color: rgb(207,233,10); }
H1.HeaderClassName
{
color: #CFE90A;
}
.AnyTagClassName
{
color: #CFE90A;
}
</style>
background-color css
<style>
a { background-color: #CFE90A; }
a { background-color: rgb(207,233,10); }
div.DivClassName
{
background-color: #CFE90A;
}
.BgClassName
{
background-color: #CFE90A;
}
</style>
border-color css
<style>
span { border-color: #CFE90A; }
span { border-color: rgb(207,233,10); }
td.TdClassName
{
border-color: #CFE90A;
}
.TagClassName
{
border-color: #CFE90A;
}
</style>