Shades of Electric Lime #CCFE1E
Tints of Electric Lime #CCFE1E
RGB
CMYK
RGB Variations
Color information
#CCFE1E (or 0xCCFE1E) is known color: Electric Lime. HEX triplet: CC, FE and 1E. RGB value is (204,254,30). Sum of RGB (Red+Green+Blue) = 204+254+30=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 30 (12.11% from 255 or 6.15% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFE1E is #3301E1. Grayscale: #D6D6D6. Windows color (decimal): -3342818 or 2031308. OLE color: 2031308.
HSL color Cylindrical-coordinate representation of color #CCFE1E: hue angle of 73.39º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCFE1E is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 30 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.00 |
| HSL | 73.39º | 0.99% | 0.56% | - |
| HSV(B) | 73.39º | 0.88% | 1% | - |
| XYZ | 60.58 | 83.81 | 14.21 | - |
| YUV | 213.51 | 24.44 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 30 | 0.20 | 0 | 0.88 | 0.00 | 73.39 | 0.99 | 0.56 |
| Hex | CC | FE | 1E | 14 | 0 | 58 | 0 | 49 | 63 | 38 |
| Octal | 314 | 376 | 36 | 24 | 0 | 130 | 0 | 111 | 143 | 70 |
| Binary | 11001100 | 11111110 | 11110 | 10100 | 0 | 1011000 | 0 | 1001001 | 1100011 | 111000 |
Color Harmonies of #CCFE1E
Complementary color
Monochromatic Colors of #CCFE1E
Black with #CCFE1E
Text Example
Text Example
White with #CCFE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE1E; }
p { color: rgb(204,254,30); }
H1.HeaderClassName
{
color: #CCFE1E;
}
.AnyTagClassName
{
color: #CCFE1E;
}
</style>
background-color css
<style>
a { background-color: #CCFE1E; }
a { background-color: rgb(204,254,30); }
div.DivClassName
{
background-color: #CCFE1E;
}
.BgClassName
{
background-color: #CCFE1E;
}
</style>
border-color css
<style>
span { border-color: #CCFE1E; }
span { border-color: rgb(204,254,30); }
td.TdClassName
{
border-color: #CCFE1E;
}
.TagClassName
{
border-color: #CCFE1E;
}
</style>