Shades of Electric Lime #CCF90B
Tints of Electric Lime #CCF90B
RGB
CMYK
RGB Variations
Color information
#CCF90B (or 0xCCF90B) is known color: Electric Lime. HEX triplet: CC, F9 and 0B. RGB value is (204,249,11). Sum of RGB (Red+Green+Blue) = 204+249+11=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 249 (97.66% from 255 or 53.66% from 464); Blue value is 11 (4.69% from 255 or 2.37% from 464); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF90B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF90B is #3306F4. Grayscale: #D1D1D1. Windows color (decimal): -3344117 or 784844. OLE color: 784844.
HSL color Cylindrical-coordinate representation of color #CCF90B: hue angle of 71.34º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCF90B is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 11 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.02 |
| HSL | 71.34º | 0.95% | 0.51% | - |
| HSV(B) | 71.34º | 0.96% | 0.98% | - |
| XYZ | 58.84 | 80.61 | 12.78 | - |
| YUV | 208.41 | 16.59 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 11 | 0.18 | 0 | 0.96 | 0.02 | 71.34 | 0.95 | 0.51 |
| Hex | CC | F9 | B | 12 | 0 | 60 | 2 | 47 | 5F | 33 |
| Octal | 314 | 371 | 13 | 22 | 0 | 140 | 2 | 107 | 137 | 63 |
| Binary | 11001100 | 11111001 | 1011 | 10010 | 0 | 1100000 | 10 | 1000111 | 1011111 | 110011 |
Color Harmonies of #CCF90B
Complementary color
Monochromatic Colors of #CCF90B
Black with #CCF90B
Text Example
Text Example
White with #CCF90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF90B; }
p { color: rgb(204,249,11); }
H1.HeaderClassName
{
color: #CCF90B;
}
.AnyTagClassName
{
color: #CCF90B;
}
</style>
background-color css
<style>
a { background-color: #CCF90B; }
a { background-color: rgb(204,249,11); }
div.DivClassName
{
background-color: #CCF90B;
}
.BgClassName
{
background-color: #CCF90B;
}
</style>
border-color css
<style>
span { border-color: #CCF90B; }
span { border-color: rgb(204,249,11); }
td.TdClassName
{
border-color: #CCF90B;
}
.TagClassName
{
border-color: #CCF90B;
}
</style>