Shades of Electric Lime #CEFD20
Tints of Electric Lime #CEFD20
RGB
CMYK
RGB Variations
Color information
#CEFD20 (or 0xCEFD20) is known color: Electric Lime. HEX triplet: CE, FD and 20. RGB value is (206,253,32). Sum of RGB (Red+Green+Blue) = 206+253+32=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 253 (99.22% from 255 or 51.53% from 491); Blue value is 32 (12.89% from 255 or 6.52% from 491); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFD20 is #3102DF. Grayscale: #D6D6D6. Windows color (decimal): -3212000 or 2162126. OLE color: 2162126.
HSL color Cylindrical-coordinate representation of color #CEFD20: hue angle of 72.76º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEFD20 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 32 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.01 |
| HSL | 72.76º | 0.98% | 0.56% | - |
| HSV(B) | 72.76º | 0.87% | 0.99% | - |
| XYZ | 60.84 | 83.48 | 14.27 | - |
| YUV | 213.75 | 25.43 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 32 | 0.19 | 0 | 0.87 | 0.01 | 72.76 | 0.98 | 0.56 |
| Hex | CE | FD | 20 | 13 | 0 | 57 | 1 | 49 | 62 | 38 |
| Octal | 316 | 375 | 40 | 23 | 0 | 127 | 1 | 111 | 142 | 70 |
| Binary | 11001110 | 11111101 | 100000 | 10011 | 0 | 1010111 | 1 | 1001001 | 1100010 | 111000 |
Color Harmonies of #CEFD20
Complementary color
Monochromatic Colors of #CEFD20
Black with #CEFD20
Text Example
Text Example
White with #CEFD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFD20; }
p { color: rgb(206,253,32); }
H1.HeaderClassName
{
color: #CEFD20;
}
.AnyTagClassName
{
color: #CEFD20;
}
</style>
background-color css
<style>
a { background-color: #CEFD20; }
a { background-color: rgb(206,253,32); }
div.DivClassName
{
background-color: #CEFD20;
}
.BgClassName
{
background-color: #CEFD20;
}
</style>
border-color css
<style>
span { border-color: #CEFD20; }
span { border-color: rgb(206,253,32); }
td.TdClassName
{
border-color: #CEFD20;
}
.TagClassName
{
border-color: #CEFD20;
}
</style>