Shades of Electric Lime #CCF916
Tints of Electric Lime #CCF916
RGB
CMYK
RGB Variations
Color information
#CCF916 (or 0xCCF916) is known color: Electric Lime. HEX triplet: CC, F9 and 16. RGB value is (204,249,22). Sum of RGB (Red+Green+Blue) = 204+249+22=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 249 (97.66% from 255 or 52.42% from 475); Blue value is 22 (8.98% from 255 or 4.63% from 475); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF916 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF916 is #3306E9. Grayscale: #D2D2D2. Windows color (decimal): -3344106 or 1505740. OLE color: 1505740.
HSL color Cylindrical-coordinate representation of color #CCF916: hue angle of 71.89º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCF916 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 22 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.02 |
| HSL | 71.89º | 0.95% | 0.53% | - |
| HSV(B) | 71.89º | 0.91% | 0.98% | - |
| XYZ | 58.92 | 80.65 | 13.22 | - |
| YUV | 209.67 | 22.09 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 22 | 0.18 | 0 | 0.91 | 0.02 | 71.89 | 0.95 | 0.53 |
| Hex | CC | F9 | 16 | 12 | 0 | 5B | 2 | 48 | 5F | 35 |
| Octal | 314 | 371 | 26 | 22 | 0 | 133 | 2 | 110 | 137 | 65 |
| Binary | 11001100 | 11111001 | 10110 | 10010 | 0 | 1011011 | 10 | 1001000 | 1011111 | 110101 |
Color Harmonies of #CCF916
Complementary color
Monochromatic Colors of #CCF916
Black with #CCF916
Text Example
Text Example
White with #CCF916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF916; }
p { color: rgb(204,249,22); }
H1.HeaderClassName
{
color: #CCF916;
}
.AnyTagClassName
{
color: #CCF916;
}
</style>
background-color css
<style>
a { background-color: #CCF916; }
a { background-color: rgb(204,249,22); }
div.DivClassName
{
background-color: #CCF916;
}
.BgClassName
{
background-color: #CCF916;
}
</style>
border-color css
<style>
span { border-color: #CCF916; }
span { border-color: rgb(204,249,22); }
td.TdClassName
{
border-color: #CCF916;
}
.TagClassName
{
border-color: #CCF916;
}
</style>