Shades of Electric Lime #CFFF21
Tints of Electric Lime #CFFF21
RGB
CMYK
RGB Variations
Color information
#CFFF21 (or 0xCFFF21) is known color: Electric Lime. HEX triplet: CF, FF and 21. RGB value is (207,255,33). Sum of RGB (Red+Green+Blue) = 207+255+33=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 33 (13.28% from 255 or 6.67% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFF21 is #3000DE. Grayscale: #D8D8D8. Windows color (decimal): -3145951 or 2228175. OLE color: 2228175.
HSL color Cylindrical-coordinate representation of color #CFFF21: hue angle of 72.97º 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 #CFFF21 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 33 | - |
| CMYK | 0.19 | 0 | 0.87 | 0 |
| HSL | 72.97º | 1% | 0.56% | - |
| HSV(B) | 72.97º | 0.87% | 1% | - |
| XYZ | 61.77 | 84.9 | 14.57 | - |
| YUV | 215.34 | 25.1 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 33 | 0.19 | 0 | 0.87 | 0 | 72.97 | 1 | 0.56 |
| Hex | CF | FF | 21 | 13 | 0 | 57 | 0 | 49 | 64 | 38 |
| Octal | 317 | 377 | 41 | 23 | 0 | 127 | 0 | 111 | 144 | 70 |
| Binary | 11001111 | 11111111 | 100001 | 10011 | 0 | 1010111 | 0 | 1001001 | 1100100 | 111000 |
Color Harmonies of #CFFF21
Complementary color
Monochromatic Colors of #CFFF21
Black with #CFFF21
Text Example
Text Example
White with #CFFF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF21; }
p { color: rgb(207,255,33); }
H1.HeaderClassName
{
color: #CFFF21;
}
.AnyTagClassName
{
color: #CFFF21;
}
</style>
background-color css
<style>
a { background-color: #CFFF21; }
a { background-color: rgb(207,255,33); }
div.DivClassName
{
background-color: #CFFF21;
}
.BgClassName
{
background-color: #CFFF21;
}
</style>
border-color css
<style>
span { border-color: #CFFF21; }
span { border-color: rgb(207,255,33); }
td.TdClassName
{
border-color: #CFFF21;
}
.TagClassName
{
border-color: #CFFF21;
}
</style>