Shades of Electric Lime #CCFD19
Tints of Electric Lime #CCFD19
RGB
CMYK
RGB Variations
Color information
#CCFD19 (or 0xCCFD19) is known color: Electric Lime. HEX triplet: CC, FD and 19. RGB value is (204,253,25). Sum of RGB (Red+Green+Blue) = 204+253+25=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 253 (99.22% from 255 or 52.49% from 482); Blue value is 25 (10.16% from 255 or 5.19% from 482); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFD19 is #3302E6. Grayscale: #D5D5D5. Windows color (decimal): -3343079 or 1703372. OLE color: 1703372.
HSL color Cylindrical-coordinate representation of color #CCFD19: hue angle of 72.89º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCFD19 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 25 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.01 |
| HSL | 72.89º | 0.98% | 0.55% | - |
| HSV(B) | 72.89º | 0.9% | 0.99% | - |
| XYZ | 60.2 | 83.16 | 13.8 | - |
| YUV | 212.36 | 22.27 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 25 | 0.19 | 0 | 0.90 | 0.01 | 72.89 | 0.98 | 0.55 |
| Hex | CC | FD | 19 | 13 | 0 | 5A | 1 | 49 | 62 | 37 |
| Octal | 314 | 375 | 31 | 23 | 0 | 132 | 1 | 111 | 142 | 67 |
| Binary | 11001100 | 11111101 | 11001 | 10011 | 0 | 1011010 | 1 | 1001001 | 1100010 | 110111 |
Color Harmonies of #CCFD19
Complementary color
Monochromatic Colors of #CCFD19
Black with #CCFD19
Text Example
Text Example
White with #CCFD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD19; }
p { color: rgb(204,253,25); }
H1.HeaderClassName
{
color: #CCFD19;
}
.AnyTagClassName
{
color: #CCFD19;
}
</style>
background-color css
<style>
a { background-color: #CCFD19; }
a { background-color: rgb(204,253,25); }
div.DivClassName
{
background-color: #CCFD19;
}
.BgClassName
{
background-color: #CCFD19;
}
</style>
border-color css
<style>
span { border-color: #CCFD19; }
span { border-color: rgb(204,253,25); }
td.TdClassName
{
border-color: #CCFD19;
}
.TagClassName
{
border-color: #CCFD19;
}
</style>