Shades of Electric Lime #CFE90C
Tints of Electric Lime #CFE90C
RGB
CMYK
RGB Variations
Color information
#CFE90C (or 0xCFE90C) is known color: Electric Lime. HEX triplet: CF, E9 and 0C. RGB value is (207,233,12). Sum of RGB (Red+Green+Blue) = 207+233+12=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 233 (91.41% from 255 or 51.55% from 452); Blue value is 12 (5.08% from 255 or 2.65% from 452); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE90C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFE90C is #3016F3. Grayscale: #C8C8C8. Windows color (decimal): -3151604 or 846287. OLE color: 846287.
HSL color Cylindrical-coordinate representation of color #CFE90C: hue angle of 67.06º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFE90C is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 12 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.09 |
| HSL | 67.06º | 0.9% | 0.48% | - |
| HSV(B) | 67.06º | 0.95% | 0.91% | - |
| XYZ | 54.94 | 71.57 | 11.27 | - |
| YUV | 200.03 | 21.89 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 12 | 0.11 | 0 | 0.95 | 0.09 | 67.06 | 0.9 | 0.48 |
| Hex | CF | E9 | C | B | 0 | 5F | 9 | 43 | 5A | 30 |
| Octal | 317 | 351 | 14 | 13 | 0 | 137 | 11 | 103 | 132 | 60 |
| Binary | 11001111 | 11101001 | 1100 | 1011 | 0 | 1011111 | 1001 | 1000011 | 1011010 | 110000 |
Color Harmonies of #CFE90C
Complementary color
Monochromatic Colors of #CFE90C
Black with #CFE90C
Text Example
Text Example
White with #CFE90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE90C; }
p { color: rgb(207,233,12); }
H1.HeaderClassName
{
color: #CFE90C;
}
.AnyTagClassName
{
color: #CFE90C;
}
</style>
background-color css
<style>
a { background-color: #CFE90C; }
a { background-color: rgb(207,233,12); }
div.DivClassName
{
background-color: #CFE90C;
}
.BgClassName
{
background-color: #CFE90C;
}
</style>
border-color css
<style>
span { border-color: #CFE90C; }
span { border-color: rgb(207,233,12); }
td.TdClassName
{
border-color: #CFE90C;
}
.TagClassName
{
border-color: #CFE90C;
}
</style>