Shades of Electric Lime #CCF80B
Tints of Electric Lime #CCF80B
RGB
CMYK
RGB Variations
Color information
#CCF80B (or 0xCCF80B) is known color: Electric Lime. HEX triplet: CC, F8 and 0B. RGB value is (204,248,11). Sum of RGB (Red+Green+Blue) = 204+248+11=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 248 (97.27% from 255 or 53.56% from 463); Blue value is 11 (4.69% from 255 or 2.38% from 463); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF80B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF80B is #3307F4. Grayscale: #D0D0D0. Windows color (decimal): -3344373 or 784588. OLE color: 784588.
HSL color Cylindrical-coordinate representation of color #CCF80B: hue angle of 71.14º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCF80B is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 11 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.03 |
| HSL | 71.14º | 0.94% | 0.51% | - |
| HSV(B) | 71.14º | 0.96% | 0.97% | - |
| XYZ | 58.53 | 80 | 12.67 | - |
| YUV | 207.83 | 16.92 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 11 | 0.18 | 0 | 0.96 | 0.03 | 71.14 | 0.94 | 0.51 |
| Hex | CC | F8 | B | 12 | 0 | 60 | 3 | 47 | 5E | 33 |
| Octal | 314 | 370 | 13 | 22 | 0 | 140 | 3 | 107 | 136 | 63 |
| Binary | 11001100 | 11111000 | 1011 | 10010 | 0 | 1100000 | 11 | 1000111 | 1011110 | 110011 |
Color Harmonies of #CCF80B
Complementary color
Monochromatic Colors of #CCF80B
Black with #CCF80B
Text Example
Text Example
White with #CCF80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF80B; }
p { color: rgb(204,248,11); }
H1.HeaderClassName
{
color: #CCF80B;
}
.AnyTagClassName
{
color: #CCF80B;
}
</style>
background-color css
<style>
a { background-color: #CCF80B; }
a { background-color: rgb(204,248,11); }
div.DivClassName
{
background-color: #CCF80B;
}
.BgClassName
{
background-color: #CCF80B;
}
</style>
border-color css
<style>
span { border-color: #CCF80B; }
span { border-color: rgb(204,248,11); }
td.TdClassName
{
border-color: #CCF80B;
}
.TagClassName
{
border-color: #CCF80B;
}
</style>