Shades of Electric Lime #CEFD1C
Tints of Electric Lime #CEFD1C
RGB
CMYK
RGB Variations
Color information
#CEFD1C (or 0xCEFD1C) is known color: Electric Lime. HEX triplet: CE, FD and 1C. RGB value is (206,253,28). Sum of RGB (Red+Green+Blue) = 206+253+28=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 253 (99.22% from 255 or 51.95% from 487); Blue value is 28 (11.33% from 255 or 5.75% from 487); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFD1C is #3102E3. Grayscale: #D6D6D6. Windows color (decimal): -3212004 or 1899982. OLE color: 1899982.
HSL color Cylindrical-coordinate representation of color #CEFD1C: hue angle of 72.53º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEFD1C is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 28 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.01 |
| HSL | 72.53º | 0.98% | 0.55% | - |
| HSV(B) | 72.53º | 0.89% | 0.99% | - |
| XYZ | 60.79 | 83.46 | 14 | - |
| YUV | 213.3 | 23.43 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 28 | 0.19 | 0 | 0.89 | 0.01 | 72.53 | 0.98 | 0.55 |
| Hex | CE | FD | 1C | 13 | 0 | 59 | 1 | 49 | 62 | 37 |
| Octal | 316 | 375 | 34 | 23 | 0 | 131 | 1 | 111 | 142 | 67 |
| Binary | 11001110 | 11111101 | 11100 | 10011 | 0 | 1011001 | 1 | 1001001 | 1100010 | 110111 |
Color Harmonies of #CEFD1C
Complementary color
Monochromatic Colors of #CEFD1C
Black with #CEFD1C
Text Example
Text Example
White with #CEFD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFD1C; }
p { color: rgb(206,253,28); }
H1.HeaderClassName
{
color: #CEFD1C;
}
.AnyTagClassName
{
color: #CEFD1C;
}
</style>
background-color css
<style>
a { background-color: #CEFD1C; }
a { background-color: rgb(206,253,28); }
div.DivClassName
{
background-color: #CEFD1C;
}
.BgClassName
{
background-color: #CEFD1C;
}
</style>
border-color css
<style>
span { border-color: #CEFD1C; }
span { border-color: rgb(206,253,28); }
td.TdClassName
{
border-color: #CEFD1C;
}
.TagClassName
{
border-color: #CEFD1C;
}
</style>