Shades of Electric Lime #CFEA13
Tints of Electric Lime #CFEA13
RGB
CMYK
RGB Variations
Color information
#CFEA13 (or 0xCFEA13) is known color: Electric Lime. HEX triplet: CF, EA and 13. RGB value is (207,234,19). Sum of RGB (Red+Green+Blue) = 207+234+19=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 234 (91.80% from 255 or 50.87% from 460); Blue value is 19 (7.81% from 255 or 4.13% from 460); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEA13 is #3015EC. Grayscale: #CACACA. Windows color (decimal): -3151341 or 1305295. OLE color: 1305295.
HSL color Cylindrical-coordinate representation of color #CFEA13: hue angle of 67.53º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFEA13 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 19 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.08 |
| HSL | 67.53º | 0.85% | 0.5% | - |
| HSV(B) | 67.53º | 0.92% | 0.92% | - |
| XYZ | 55.27 | 72.16 | 11.63 | - |
| YUV | 201.42 | 25.05 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 19 | 0.12 | 0 | 0.92 | 0.08 | 67.53 | 0.85 | 0.5 |
| Hex | CF | EA | 13 | C | 0 | 5C | 8 | 44 | 55 | 32 |
| Octal | 317 | 352 | 23 | 14 | 0 | 134 | 10 | 104 | 125 | 62 |
| Binary | 11001111 | 11101010 | 10011 | 1100 | 0 | 1011100 | 1000 | 1000100 | 1010101 | 110010 |
Color Harmonies of #CFEA13
Complementary color
Monochromatic Colors of #CFEA13
Black with #CFEA13
Text Example
Text Example
White with #CFEA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEA13; }
p { color: rgb(207,234,19); }
H1.HeaderClassName
{
color: #CFEA13;
}
.AnyTagClassName
{
color: #CFEA13;
}
</style>
background-color css
<style>
a { background-color: #CFEA13; }
a { background-color: rgb(207,234,19); }
div.DivClassName
{
background-color: #CFEA13;
}
.BgClassName
{
background-color: #CFEA13;
}
</style>
border-color css
<style>
span { border-color: #CFEA13; }
span { border-color: rgb(207,234,19); }
td.TdClassName
{
border-color: #CFEA13;
}
.TagClassName
{
border-color: #CFEA13;
}
</style>