Shades of Electric Lime #CFEF13
Tints of Electric Lime #CFEF13
RGB
CMYK
RGB Variations
Color information
#CFEF13 (or 0xCFEF13) is known color: Electric Lime. HEX triplet: CF, EF and 13. RGB value is (207,239,19). Sum of RGB (Red+Green+Blue) = 207+239+19=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 239 (93.75% from 255 or 51.40% from 465); Blue value is 19 (7.81% from 255 or 4.09% from 465); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEF13 is #3010EC. Grayscale: #CDCDCD. Windows color (decimal): -3150061 or 1306575. OLE color: 1306575.
HSL color Cylindrical-coordinate representation of color #CFEF13: hue angle of 68.73º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFEF13 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 19 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.06 |
| HSL | 68.73º | 0.87% | 0.51% | - |
| HSV(B) | 68.73º | 0.92% | 0.94% | - |
| XYZ | 56.72 | 75.05 | 12.11 | - |
| YUV | 204.35 | 23.4 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 19 | 0.13 | 0 | 0.92 | 0.06 | 68.73 | 0.87 | 0.51 |
| Hex | CF | EF | 13 | D | 0 | 5C | 6 | 45 | 57 | 33 |
| Octal | 317 | 357 | 23 | 15 | 0 | 134 | 6 | 105 | 127 | 63 |
| Binary | 11001111 | 11101111 | 10011 | 1101 | 0 | 1011100 | 110 | 1000101 | 1010111 | 110011 |
Color Harmonies of #CFEF13
Complementary color
Monochromatic Colors of #CFEF13
Black with #CFEF13
Text Example
Text Example
White with #CFEF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF13; }
p { color: rgb(207,239,19); }
H1.HeaderClassName
{
color: #CFEF13;
}
.AnyTagClassName
{
color: #CFEF13;
}
</style>
background-color css
<style>
a { background-color: #CFEF13; }
a { background-color: rgb(207,239,19); }
div.DivClassName
{
background-color: #CFEF13;
}
.BgClassName
{
background-color: #CFEF13;
}
</style>
border-color css
<style>
span { border-color: #CFEF13; }
span { border-color: rgb(207,239,19); }
td.TdClassName
{
border-color: #CFEF13;
}
.TagClassName
{
border-color: #CFEF13;
}
</style>