Shades of Electric Lime #CFEE13
Tints of Electric Lime #CFEE13
RGB
CMYK
RGB Variations
Color information
#CFEE13 (or 0xCFEE13) is known color: Electric Lime. HEX triplet: CF, EE and 13. RGB value is (207,238,19). Sum of RGB (Red+Green+Blue) = 207+238+19=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 238 (93.36% from 255 or 51.29% from 464); Blue value is 19 (7.81% from 255 or 4.09% from 464); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEE13 is #3011EC. Grayscale: #CCCCCC. Windows color (decimal): -3150317 or 1306319. OLE color: 1306319.
HSL color Cylindrical-coordinate representation of color #CFEE13: hue angle of 68.49º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFEE13 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 19 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.07 |
| HSL | 68.49º | 0.87% | 0.5% | - |
| HSV(B) | 68.49º | 0.92% | 0.93% | - |
| XYZ | 56.42 | 74.46 | 12.01 | - |
| YUV | 203.77 | 23.73 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 19 | 0.13 | 0 | 0.92 | 0.07 | 68.49 | 0.87 | 0.5 |
| Hex | CF | EE | 13 | D | 0 | 5C | 7 | 44 | 57 | 32 |
| Octal | 317 | 356 | 23 | 15 | 0 | 134 | 7 | 104 | 127 | 62 |
| Binary | 11001111 | 11101110 | 10011 | 1101 | 0 | 1011100 | 111 | 1000100 | 1010111 | 110010 |
Color Harmonies of #CFEE13
Complementary color
Monochromatic Colors of #CFEE13
Black with #CFEE13
Text Example
Text Example
White with #CFEE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEE13; }
p { color: rgb(207,238,19); }
H1.HeaderClassName
{
color: #CFEE13;
}
.AnyTagClassName
{
color: #CFEE13;
}
</style>
background-color css
<style>
a { background-color: #CFEE13; }
a { background-color: rgb(207,238,19); }
div.DivClassName
{
background-color: #CFEE13;
}
.BgClassName
{
background-color: #CFEE13;
}
</style>
border-color css
<style>
span { border-color: #CFEE13; }
span { border-color: rgb(207,238,19); }
td.TdClassName
{
border-color: #CFEE13;
}
.TagClassName
{
border-color: #CFEE13;
}
</style>