Shades of Electric Lime #CFE912
Tints of Electric Lime #CFE912
RGB
CMYK
RGB Variations
Color information
#CFE912 (or 0xCFE912) is known color: Electric Lime. HEX triplet: CF, E9 and 12. RGB value is (207,233,18). Sum of RGB (Red+Green+Blue) = 207+233+18=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 233 (91.41% from 255 or 50.87% from 458); Blue value is 18 (7.42% from 255 or 3.93% from 458); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE912 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFE912 is #3016ED. Grayscale: #C9C9C9. Windows color (decimal): -3151598 or 1239503. OLE color: 1239503.
HSL color Cylindrical-coordinate representation of color #CFE912: hue angle of 67.26º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFE912 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 18 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.09 |
| HSL | 67.26º | 0.86% | 0.49% | - |
| HSV(B) | 67.26º | 0.92% | 0.91% | - |
| XYZ | 54.98 | 71.59 | 11.49 | - |
| YUV | 200.72 | 24.89 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 18 | 0.11 | 0 | 0.92 | 0.09 | 67.26 | 0.86 | 0.49 |
| Hex | CF | E9 | 12 | B | 0 | 5C | 9 | 43 | 56 | 31 |
| Octal | 317 | 351 | 22 | 13 | 0 | 134 | 11 | 103 | 126 | 61 |
| Binary | 11001111 | 11101001 | 10010 | 1011 | 0 | 1011100 | 1001 | 1000011 | 1010110 | 110001 |
Color Harmonies of #CFE912
Complementary color
Monochromatic Colors of #CFE912
Black with #CFE912
Text Example
Text Example
White with #CFE912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE912; }
p { color: rgb(207,233,18); }
H1.HeaderClassName
{
color: #CFE912;
}
.AnyTagClassName
{
color: #CFE912;
}
</style>
background-color css
<style>
a { background-color: #CFE912; }
a { background-color: rgb(207,233,18); }
div.DivClassName
{
background-color: #CFE912;
}
.BgClassName
{
background-color: #CFE912;
}
</style>
border-color css
<style>
span { border-color: #CFE912; }
span { border-color: rgb(207,233,18); }
td.TdClassName
{
border-color: #CFE912;
}
.TagClassName
{
border-color: #CFE912;
}
</style>