Shades of Electric Lime #CFE712
Tints of Electric Lime #CFE712
RGB
CMYK
RGB Variations
Color information
#CFE712 (or 0xCFE712) is known color: Electric Lime. HEX triplet: CF, E7 and 12. RGB value is (207,231,18). Sum of RGB (Red+Green+Blue) = 207+231+18=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 231 (90.62% from 255 or 50.66% from 456); Blue value is 18 (7.42% from 255 or 3.95% from 456); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE712 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFE712 is #3018ED. Grayscale: #C8C8C8. Windows color (decimal): -3152110 or 1238991. OLE color: 1238991.
HSL color Cylindrical-coordinate representation of color #CFE712: hue angle of 66.76º 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 #CFE712 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 231 | 18 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.09 |
| HSL | 66.76º | 0.86% | 0.49% | - |
| HSV(B) | 66.76º | 0.92% | 0.91% | - |
| XYZ | 54.42 | 70.46 | 11.3 | - |
| YUV | 199.54 | 25.55 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 18 | 0.10 | 0 | 0.92 | 0.09 | 66.76 | 0.86 | 0.49 |
| Hex | CF | E7 | 12 | A | 0 | 5C | 9 | 43 | 56 | 31 |
| Octal | 317 | 347 | 22 | 12 | 0 | 134 | 11 | 103 | 126 | 61 |
| Binary | 11001111 | 11100111 | 10010 | 1010 | 0 | 1011100 | 1001 | 1000011 | 1010110 | 110001 |
Color Harmonies of #CFE712
Complementary color
Monochromatic Colors of #CFE712
Black with #CFE712
Text Example
Text Example
White with #CFE712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE712; }
p { color: rgb(207,231,18); }
H1.HeaderClassName
{
color: #CFE712;
}
.AnyTagClassName
{
color: #CFE712;
}
</style>
background-color css
<style>
a { background-color: #CFE712; }
a { background-color: rgb(207,231,18); }
div.DivClassName
{
background-color: #CFE712;
}
.BgClassName
{
background-color: #CFE712;
}
</style>
border-color css
<style>
span { border-color: #CFE712; }
span { border-color: rgb(207,231,18); }
td.TdClassName
{
border-color: #CFE712;
}
.TagClassName
{
border-color: #CFE712;
}
</style>