Shades of Electric Lime #CCF519
Tints of Electric Lime #CCF519
RGB
CMYK
RGB Variations
Color information
#CCF519 (or 0xCCF519) is known color: Electric Lime. HEX triplet: CC, F5 and 19. RGB value is (204,245,25). Sum of RGB (Red+Green+Blue) = 204+245+25=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 245 (96.09% from 255 or 51.69% from 474); Blue value is 25 (10.16% from 255 or 5.27% from 474); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF519 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF519 is #330AE6. Grayscale: #D0D0D0. Windows color (decimal): -3345127 or 1701324. OLE color: 1701324.
HSL color Cylindrical-coordinate representation of color #CCF519: hue angle of 71.18º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCF519 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 25 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.04 |
| HSL | 71.18º | 0.92% | 0.53% | - |
| HSV(B) | 71.18º | 0.9% | 0.96% | - |
| XYZ | 57.73 | 78.21 | 12.97 | - |
| YUV | 207.66 | 24.92 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 25 | 0.17 | 0 | 0.90 | 0.04 | 71.18 | 0.92 | 0.53 |
| Hex | CC | F5 | 19 | 11 | 0 | 5A | 4 | 47 | 5C | 35 |
| Octal | 314 | 365 | 31 | 21 | 0 | 132 | 4 | 107 | 134 | 65 |
| Binary | 11001100 | 11110101 | 11001 | 10001 | 0 | 1011010 | 100 | 1000111 | 1011100 | 110101 |
Color Harmonies of #CCF519
Complementary color
Monochromatic Colors of #CCF519
Black with #CCF519
Text Example
Text Example
White with #CCF519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF519; }
p { color: rgb(204,245,25); }
H1.HeaderClassName
{
color: #CCF519;
}
.AnyTagClassName
{
color: #CCF519;
}
</style>
background-color css
<style>
a { background-color: #CCF519; }
a { background-color: rgb(204,245,25); }
div.DivClassName
{
background-color: #CCF519;
}
.BgClassName
{
background-color: #CCF519;
}
</style>
border-color css
<style>
span { border-color: #CCF519; }
span { border-color: rgb(204,245,25); }
td.TdClassName
{
border-color: #CCF519;
}
.TagClassName
{
border-color: #CCF519;
}
</style>