Shades of Electric Lime #CCFE19
Tints of Electric Lime #CCFE19
RGB
CMYK
RGB Variations
Color information
#CCFE19 (or 0xCCFE19) is known color: Electric Lime. HEX triplet: CC, FE and 19. RGB value is (204,254,25). Sum of RGB (Red+Green+Blue) = 204+254+25=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 254 (99.61% from 255 or 52.59% from 483); Blue value is 25 (10.16% from 255 or 5.18% from 483); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFE19 is #3301E6. Grayscale: #D5D5D5. Windows color (decimal): -3342823 or 1703628. OLE color: 1703628.
HSL color Cylindrical-coordinate representation of color #CCFE19: hue angle of 73.1º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCFE19 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 25 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.00 |
| HSL | 73.1º | 0.99% | 0.55% | - |
| HSV(B) | 73.1º | 0.9% | 1% | - |
| XYZ | 60.52 | 83.79 | 13.9 | - |
| YUV | 212.94 | 21.94 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 25 | 0.20 | 0 | 0.90 | 0.00 | 73.1 | 0.99 | 0.55 |
| Hex | CC | FE | 19 | 14 | 0 | 5A | 0 | 49 | 63 | 37 |
| Octal | 314 | 376 | 31 | 24 | 0 | 132 | 0 | 111 | 143 | 67 |
| Binary | 11001100 | 11111110 | 11001 | 10100 | 0 | 1011010 | 0 | 1001001 | 1100011 | 110111 |
Color Harmonies of #CCFE19
Complementary color
Monochromatic Colors of #CCFE19
Black with #CCFE19
Text Example
Text Example
White with #CCFE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE19; }
p { color: rgb(204,254,25); }
H1.HeaderClassName
{
color: #CCFE19;
}
.AnyTagClassName
{
color: #CCFE19;
}
</style>
background-color css
<style>
a { background-color: #CCFE19; }
a { background-color: rgb(204,254,25); }
div.DivClassName
{
background-color: #CCFE19;
}
.BgClassName
{
background-color: #CCFE19;
}
</style>
border-color css
<style>
span { border-color: #CCFE19; }
span { border-color: rgb(204,254,25); }
td.TdClassName
{
border-color: #CCFE19;
}
.TagClassName
{
border-color: #CCFE19;
}
</style>