Shades of Electric Lime #CCF219
Tints of Electric Lime #CCF219
RGB
CMYK
RGB Variations
Color information
#CCF219 (or 0xCCF219) is known color: Electric Lime. HEX triplet: CC, F2 and 19. RGB value is (204,242,25). Sum of RGB (Red+Green+Blue) = 204+242+25=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 242 (94.92% from 255 or 51.38% from 471); Blue value is 25 (10.16% from 255 or 5.31% from 471); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF219 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF219 is #330DE6. Grayscale: #CECECE. Windows color (decimal): -3345895 or 1700556. OLE color: 1700556.
HSL color Cylindrical-coordinate representation of color #CCF219: hue angle of 70.51º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCF219 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 25 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.05 |
| HSL | 70.51º | 0.89% | 0.52% | - |
| HSV(B) | 70.51º | 0.9% | 0.95% | - |
| XYZ | 56.83 | 76.41 | 12.67 | - |
| YUV | 205.9 | 25.91 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 25 | 0.16 | 0 | 0.90 | 0.05 | 70.51 | 0.89 | 0.52 |
| Hex | CC | F2 | 19 | 10 | 0 | 5A | 5 | 47 | 59 | 34 |
| Octal | 314 | 362 | 31 | 20 | 0 | 132 | 5 | 107 | 131 | 64 |
| Binary | 11001100 | 11110010 | 11001 | 10000 | 0 | 1011010 | 101 | 1000111 | 1011001 | 110100 |
Color Harmonies of #CCF219
Complementary color
Monochromatic Colors of #CCF219
Black with #CCF219
Text Example
Text Example
White with #CCF219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF219; }
p { color: rgb(204,242,25); }
H1.HeaderClassName
{
color: #CCF219;
}
.AnyTagClassName
{
color: #CCF219;
}
</style>
background-color css
<style>
a { background-color: #CCF219; }
a { background-color: rgb(204,242,25); }
div.DivClassName
{
background-color: #CCF219;
}
.BgClassName
{
background-color: #CCF219;
}
</style>
border-color css
<style>
span { border-color: #CCF219; }
span { border-color: rgb(204,242,25); }
td.TdClassName
{
border-color: #CCF219;
}
.TagClassName
{
border-color: #CCF219;
}
</style>