Shades of Electric Lime #CCF112
Tints of Electric Lime #CCF112
RGB
CMYK
RGB Variations
Color information
#CCF112 (or 0xCCF112) is known color: Electric Lime. HEX triplet: CC, F1 and 12. RGB value is (204,241,18). Sum of RGB (Red+Green+Blue) = 204+241+18=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 241 (94.53% from 255 or 52.05% from 463); Blue value is 18 (7.42% from 255 or 3.89% from 463); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF112 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF112 is #330EED. Grayscale: #CDCDCD. Windows color (decimal): -3346158 or 1241548. OLE color: 1241548.
HSL color Cylindrical-coordinate representation of color #CCF112: hue angle of 69.96º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCF112 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 18 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.05 |
| HSL | 69.96º | 0.89% | 0.51% | - |
| HSV(B) | 69.96º | 0.93% | 0.95% | - |
| XYZ | 56.47 | 75.79 | 12.23 | - |
| YUV | 204.52 | 22.74 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 18 | 0.15 | 0 | 0.93 | 0.05 | 69.96 | 0.89 | 0.51 |
| Hex | CC | F1 | 12 | F | 0 | 5D | 5 | 46 | 59 | 33 |
| Octal | 314 | 361 | 22 | 17 | 0 | 135 | 5 | 106 | 131 | 63 |
| Binary | 11001100 | 11110001 | 10010 | 1111 | 0 | 1011101 | 101 | 1000110 | 1011001 | 110011 |
Color Harmonies of #CCF112
Complementary color
Monochromatic Colors of #CCF112
Black with #CCF112
Text Example
Text Example
White with #CCF112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF112; }
p { color: rgb(204,241,18); }
H1.HeaderClassName
{
color: #CCF112;
}
.AnyTagClassName
{
color: #CCF112;
}
</style>
background-color css
<style>
a { background-color: #CCF112; }
a { background-color: rgb(204,241,18); }
div.DivClassName
{
background-color: #CCF112;
}
.BgClassName
{
background-color: #CCF112;
}
</style>
border-color css
<style>
span { border-color: #CCF112; }
span { border-color: rgb(204,241,18); }
td.TdClassName
{
border-color: #CCF112;
}
.TagClassName
{
border-color: #CCF112;
}
</style>