Shades of Electric Lime #CFF314
Tints of Electric Lime #CFF314
RGB
CMYK
RGB Variations
Color information
#CFF314 (or 0xCFF314) is known color: Electric Lime. HEX triplet: CF, F3 and 14. RGB value is (207,243,20). Sum of RGB (Red+Green+Blue) = 207+243+20=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 243 (95.31% from 255 or 51.70% from 470); Blue value is 20 (8.20% from 255 or 4.26% from 470); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF314 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF314 is #300CEB. Grayscale: #CFCFCF. Windows color (decimal): -3149036 or 1373135. OLE color: 1373135.
HSL color Cylindrical-coordinate representation of color #CFF314: hue angle of 69.69º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFF314 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 20 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.05 |
| HSL | 69.69º | 0.9% | 0.52% | - |
| HSV(B) | 69.69º | 0.92% | 0.95% | - |
| XYZ | 57.91 | 77.42 | 12.55 | - |
| YUV | 206.81 | 22.57 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 20 | 0.15 | 0 | 0.92 | 0.05 | 69.69 | 0.9 | 0.52 |
| Hex | CF | F3 | 14 | F | 0 | 5C | 5 | 46 | 5A | 34 |
| Octal | 317 | 363 | 24 | 17 | 0 | 134 | 5 | 106 | 132 | 64 |
| Binary | 11001111 | 11110011 | 10100 | 1111 | 0 | 1011100 | 101 | 1000110 | 1011010 | 110100 |
Color Harmonies of #CFF314
Complementary color
Monochromatic Colors of #CFF314
Black with #CFF314
Text Example
Text Example
White with #CFF314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF314; }
p { color: rgb(207,243,20); }
H1.HeaderClassName
{
color: #CFF314;
}
.AnyTagClassName
{
color: #CFF314;
}
</style>
background-color css
<style>
a { background-color: #CFF314; }
a { background-color: rgb(207,243,20); }
div.DivClassName
{
background-color: #CFF314;
}
.BgClassName
{
background-color: #CFF314;
}
</style>
border-color css
<style>
span { border-color: #CFF314; }
span { border-color: rgb(207,243,20); }
td.TdClassName
{
border-color: #CFF314;
}
.TagClassName
{
border-color: #CFF314;
}
</style>