Shades of Electric Lime #CFF50B
Tints of Electric Lime #CFF50B
RGB
CMYK
RGB Variations
Color information
#CFF50B (or 0xCFF50B) is known color: Electric Lime. HEX triplet: CF, F5 and 0B. RGB value is (207,245,11). Sum of RGB (Red+Green+Blue) = 207+245+11=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 245 (96.09% from 255 or 52.92% from 463); Blue value is 11 (4.69% from 255 or 2.38% from 463); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF50B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF50B is #300AF4. Grayscale: #CFCFCF. Windows color (decimal): -3148533 or 783823. OLE color: 783823.
HSL color Cylindrical-coordinate representation of color #CFF50B: hue angle of 69.74º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFF50B is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 11 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.04 |
| HSL | 69.74º | 0.92% | 0.5% | - |
| HSV(B) | 69.74º | 0.96% | 0.96% | - |
| XYZ | 58.44 | 78.59 | 12.41 | - |
| YUV | 206.96 | 17.41 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 11 | 0.16 | 0 | 0.96 | 0.04 | 69.74 | 0.92 | 0.5 |
| Hex | CF | F5 | B | 10 | 0 | 60 | 4 | 46 | 5C | 32 |
| Octal | 317 | 365 | 13 | 20 | 0 | 140 | 4 | 106 | 134 | 62 |
| Binary | 11001111 | 11110101 | 1011 | 10000 | 0 | 1100000 | 100 | 1000110 | 1011100 | 110010 |
Color Harmonies of #CFF50B
Complementary color
Monochromatic Colors of #CFF50B
Black with #CFF50B
Text Example
Text Example
White with #CFF50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF50B; }
p { color: rgb(207,245,11); }
H1.HeaderClassName
{
color: #CFF50B;
}
.AnyTagClassName
{
color: #CFF50B;
}
</style>
background-color css
<style>
a { background-color: #CFF50B; }
a { background-color: rgb(207,245,11); }
div.DivClassName
{
background-color: #CFF50B;
}
.BgClassName
{
background-color: #CFF50B;
}
</style>
border-color css
<style>
span { border-color: #CFF50B; }
span { border-color: rgb(207,245,11); }
td.TdClassName
{
border-color: #CFF50B;
}
.TagClassName
{
border-color: #CFF50B;
}
</style>