Shades of Electric Lime #CCE50B
Tints of Electric Lime #CCE50B
RGB
CMYK
RGB Variations
Color information
#CCE50B (or 0xCCE50B) is known color: Electric Lime. HEX triplet: CC, E5 and 0B. RGB value is (204,229,11). Sum of RGB (Red+Green+Blue) = 204+229+11=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 229 (89.84% from 255 or 51.58% from 444); Blue value is 11 (4.69% from 255 or 2.48% from 444); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE50B is #331AF4. Grayscale: #C5C5C5. Windows color (decimal): -3349237 or 779724. OLE color: 779724.
HSL color Cylindrical-coordinate representation of color #CCE50B: hue angle of 66.88º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCE50B is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 11 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.10 |
| HSL | 66.88º | 0.91% | 0.47% | - |
| HSV(B) | 66.88º | 0.95% | 0.9% | - |
| XYZ | 52.98 | 68.9 | 10.82 | - |
| YUV | 196.67 | 23.22 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 11 | 0.11 | 0 | 0.95 | 0.10 | 66.88 | 0.91 | 0.47 |
| Hex | CC | E5 | B | B | 0 | 5F | A | 43 | 5B | 2F |
| Octal | 314 | 345 | 13 | 13 | 0 | 137 | 12 | 103 | 133 | 57 |
| Binary | 11001100 | 11100101 | 1011 | 1011 | 0 | 1011111 | 1010 | 1000011 | 1011011 | 101111 |
Color Harmonies of #CCE50B
Complementary color
Monochromatic Colors of #CCE50B
Black with #CCE50B
Text Example
Text Example
White with #CCE50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE50B; }
p { color: rgb(204,229,11); }
H1.HeaderClassName
{
color: #CCE50B;
}
.AnyTagClassName
{
color: #CCE50B;
}
</style>
background-color css
<style>
a { background-color: #CCE50B; }
a { background-color: rgb(204,229,11); }
div.DivClassName
{
background-color: #CCE50B;
}
.BgClassName
{
background-color: #CCE50B;
}
</style>
border-color css
<style>
span { border-color: #CCE50B; }
span { border-color: rgb(204,229,11); }
td.TdClassName
{
border-color: #CCE50B;
}
.TagClassName
{
border-color: #CCE50B;
}
</style>