Shades of Electric Lime #CCF117
Tints of Electric Lime #CCF117
RGB
CMYK
RGB Variations
Color information
#CCF117 (or 0xCCF117) is known color: Electric Lime. HEX triplet: CC, F1 and 17. RGB value is (204,241,23). Sum of RGB (Red+Green+Blue) = 204+241+23=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 241 (94.53% from 255 or 51.50% from 468); Blue value is 23 (9.38% from 255 or 4.91% from 468); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF117 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF117 is #330EE8. Grayscale: #CDCDCD. Windows color (decimal): -3346153 or 1569228. OLE color: 1569228.
HSL color Cylindrical-coordinate representation of color #CCF117: hue angle of 70.18º 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 #CCF117 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 23 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.05 |
| HSL | 70.18º | 0.89% | 0.52% | - |
| HSV(B) | 70.18º | 0.9% | 0.95% | - |
| XYZ | 56.51 | 75.81 | 12.46 | - |
| YUV | 205.09 | 25.24 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 23 | 0.15 | 0 | 0.90 | 0.05 | 70.18 | 0.89 | 0.52 |
| Hex | CC | F1 | 17 | F | 0 | 5A | 5 | 46 | 59 | 34 |
| Octal | 314 | 361 | 27 | 17 | 0 | 132 | 5 | 106 | 131 | 64 |
| Binary | 11001100 | 11110001 | 10111 | 1111 | 0 | 1011010 | 101 | 1000110 | 1011001 | 110100 |
Color Harmonies of #CCF117
Complementary color
Monochromatic Colors of #CCF117
Black with #CCF117
Text Example
Text Example
White with #CCF117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF117; }
p { color: rgb(204,241,23); }
H1.HeaderClassName
{
color: #CCF117;
}
.AnyTagClassName
{
color: #CCF117;
}
</style>
background-color css
<style>
a { background-color: #CCF117; }
a { background-color: rgb(204,241,23); }
div.DivClassName
{
background-color: #CCF117;
}
.BgClassName
{
background-color: #CCF117;
}
</style>
border-color css
<style>
span { border-color: #CCF117; }
span { border-color: rgb(204,241,23); }
td.TdClassName
{
border-color: #CCF117;
}
.TagClassName
{
border-color: #CCF117;
}
</style>