Shades of Electric Lime #CCF910
Tints of Electric Lime #CCF910
RGB
CMYK
RGB Variations
Color information
#CCF910 (or 0xCCF910) is known color: Electric Lime. HEX triplet: CC, F9 and 10. RGB value is (204,249,16). Sum of RGB (Red+Green+Blue) = 204+249+16=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 249 (97.66% from 255 or 53.09% from 469); Blue value is 16 (6.64% from 255 or 3.41% from 469); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF910 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF910 is #3306EF. Grayscale: #D1D1D1. Windows color (decimal): -3344112 or 1112524. OLE color: 1112524.
HSL color Cylindrical-coordinate representation of color #CCF910: hue angle of 71.59º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCF910 is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 16 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.02 |
| HSL | 71.59º | 0.95% | 0.52% | - |
| HSV(B) | 71.59º | 0.94% | 0.98% | - |
| XYZ | 58.87 | 80.63 | 12.95 | - |
| YUV | 208.98 | 19.09 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 16 | 0.18 | 0 | 0.94 | 0.02 | 71.59 | 0.95 | 0.52 |
| Hex | CC | F9 | 10 | 12 | 0 | 5E | 2 | 48 | 5F | 34 |
| Octal | 314 | 371 | 20 | 22 | 0 | 136 | 2 | 110 | 137 | 64 |
| Binary | 11001100 | 11111001 | 10000 | 10010 | 0 | 1011110 | 10 | 1001000 | 1011111 | 110100 |
Color Harmonies of #CCF910
Complementary color
Monochromatic Colors of #CCF910
Black with #CCF910
Text Example
Text Example
White with #CCF910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF910; }
p { color: rgb(204,249,16); }
H1.HeaderClassName
{
color: #CCF910;
}
.AnyTagClassName
{
color: #CCF910;
}
</style>
background-color css
<style>
a { background-color: #CCF910; }
a { background-color: rgb(204,249,16); }
div.DivClassName
{
background-color: #CCF910;
}
.BgClassName
{
background-color: #CCF910;
}
</style>
border-color css
<style>
span { border-color: #CCF910; }
span { border-color: rgb(204,249,16); }
td.TdClassName
{
border-color: #CCF910;
}
.TagClassName
{
border-color: #CCF910;
}
</style>