Shades of Electric Lime #CFFF20
Tints of Electric Lime #CFFF20
RGB
CMYK
RGB Variations
Color information
#CFFF20 (or 0xCFFF20) is known color: Electric Lime. HEX triplet: CF, FF and 20. RGB value is (207,255,32). Sum of RGB (Red+Green+Blue) = 207+255+32=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 32 (12.89% from 255 or 6.48% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFF20 is #3000DF. Grayscale: #D8D8D8. Windows color (decimal): -3145952 or 2162639. OLE color: 2162639.
HSL color Cylindrical-coordinate representation of color #CFFF20: hue angle of 72.91º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFFF20 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 32 | - |
| CMYK | 0.19 | 0 | 0.87 | 0 |
| HSL | 72.91º | 1% | 0.56% | - |
| HSV(B) | 72.91º | 0.87% | 1% | - |
| XYZ | 61.75 | 84.89 | 14.5 | - |
| YUV | 215.23 | 24.6 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 32 | 0.19 | 0 | 0.87 | 0 | 72.91 | 1 | 0.56 |
| Hex | CF | FF | 20 | 13 | 0 | 57 | 0 | 49 | 64 | 38 |
| Octal | 317 | 377 | 40 | 23 | 0 | 127 | 0 | 111 | 144 | 70 |
| Binary | 11001111 | 11111111 | 100000 | 10011 | 0 | 1010111 | 0 | 1001001 | 1100100 | 111000 |
Color Harmonies of #CFFF20
Complementary color
Monochromatic Colors of #CFFF20
Black with #CFFF20
Text Example
Text Example
White with #CFFF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF20; }
p { color: rgb(207,255,32); }
H1.HeaderClassName
{
color: #CFFF20;
}
.AnyTagClassName
{
color: #CFFF20;
}
</style>
background-color css
<style>
a { background-color: #CFFF20; }
a { background-color: rgb(207,255,32); }
div.DivClassName
{
background-color: #CFFF20;
}
.BgClassName
{
background-color: #CFFF20;
}
</style>
border-color css
<style>
span { border-color: #CFFF20; }
span { border-color: rgb(207,255,32); }
td.TdClassName
{
border-color: #CFFF20;
}
.TagClassName
{
border-color: #CFFF20;
}
</style>