Shades of Electric Lime #CFE913
Tints of Electric Lime #CFE913
RGB
CMYK
RGB Variations
Color information
#CFE913 (or 0xCFE913) is known color: Electric Lime. HEX triplet: CF, E9 and 13. RGB value is (207,233,19). Sum of RGB (Red+Green+Blue) = 207+233+19=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 233 (91.41% from 255 or 50.76% from 459); Blue value is 19 (7.81% from 255 or 4.14% from 459); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE913 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFE913 is #3016EC. Grayscale: #C9C9C9. Windows color (decimal): -3151597 or 1305039. OLE color: 1305039.
HSL color Cylindrical-coordinate representation of color #CFE913: hue angle of 67.29º degrees, saturation: 0.85, 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 #CFE913 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 19 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.09 |
| HSL | 67.29º | 0.85% | 0.49% | - |
| HSV(B) | 67.29º | 0.92% | 0.91% | - |
| XYZ | 54.99 | 71.59 | 11.54 | - |
| YUV | 200.83 | 25.39 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 19 | 0.11 | 0 | 0.92 | 0.09 | 67.29 | 0.85 | 0.49 |
| Hex | CF | E9 | 13 | B | 0 | 5C | 9 | 43 | 55 | 31 |
| Octal | 317 | 351 | 23 | 13 | 0 | 134 | 11 | 103 | 125 | 61 |
| Binary | 11001111 | 11101001 | 10011 | 1011 | 0 | 1011100 | 1001 | 1000011 | 1010101 | 110001 |
Color Harmonies of #CFE913
Complementary color
Monochromatic Colors of #CFE913
Black with #CFE913
Text Example
Text Example
White with #CFE913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE913; }
p { color: rgb(207,233,19); }
H1.HeaderClassName
{
color: #CFE913;
}
.AnyTagClassName
{
color: #CFE913;
}
</style>
background-color css
<style>
a { background-color: #CFE913; }
a { background-color: rgb(207,233,19); }
div.DivClassName
{
background-color: #CFE913;
}
.BgClassName
{
background-color: #CFE913;
}
</style>
border-color css
<style>
span { border-color: #CFE913; }
span { border-color: rgb(207,233,19); }
td.TdClassName
{
border-color: #CFE913;
}
.TagClassName
{
border-color: #CFE913;
}
</style>