Shades of Electric Lime #CFFE21
Tints of Electric Lime #CFFE21
RGB
CMYK
RGB Variations
Color information
#CFFE21 (or 0xCFFE21) is known color: Electric Lime. HEX triplet: CF, FE and 21. RGB value is (207,254,33). Sum of RGB (Red+Green+Blue) = 207+254+33=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 33 (13.28% from 255 or 6.68% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFE21 is #3001DE. Grayscale: #D7D7D7. Windows color (decimal): -3146207 or 2227919. OLE color: 2227919.
HSL color Cylindrical-coordinate representation of color #CFFE21: hue angle of 72.76º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFFE21 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 33 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.00 |
| HSL | 72.76º | 0.99% | 0.56% | - |
| HSV(B) | 72.76º | 0.87% | 1% | - |
| XYZ | 61.45 | 84.26 | 14.46 | - |
| YUV | 214.75 | 25.43 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 33 | 0.19 | 0 | 0.87 | 0.00 | 72.76 | 0.99 | 0.56 |
| Hex | CF | FE | 21 | 13 | 0 | 57 | 0 | 49 | 63 | 38 |
| Octal | 317 | 376 | 41 | 23 | 0 | 127 | 0 | 111 | 143 | 70 |
| Binary | 11001111 | 11111110 | 100001 | 10011 | 0 | 1010111 | 0 | 1001001 | 1100011 | 111000 |
Color Harmonies of #CFFE21
Complementary color
Monochromatic Colors of #CFFE21
Black with #CFFE21
Text Example
Text Example
White with #CFFE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE21; }
p { color: rgb(207,254,33); }
H1.HeaderClassName
{
color: #CFFE21;
}
.AnyTagClassName
{
color: #CFFE21;
}
</style>
background-color css
<style>
a { background-color: #CFFE21; }
a { background-color: rgb(207,254,33); }
div.DivClassName
{
background-color: #CFFE21;
}
.BgClassName
{
background-color: #CFFE21;
}
</style>
border-color css
<style>
span { border-color: #CFFE21; }
span { border-color: rgb(207,254,33); }
td.TdClassName
{
border-color: #CFFE21;
}
.TagClassName
{
border-color: #CFFE21;
}
</style>