Shades of Electric Lime #CCE40B
Tints of Electric Lime #CCE40B
RGB
CMYK
RGB Variations
Color information
#CCE40B (or 0xCCE40B) is known color: Electric Lime. HEX triplet: CC, E4 and 0B. RGB value is (204,228,11). Sum of RGB (Red+Green+Blue) = 204+228+11=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 228 (89.45% from 255 or 51.47% from 443); Blue value is 11 (4.69% from 255 or 2.48% from 443); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE40B is #331BF4. Grayscale: #C4C4C4. Windows color (decimal): -3349493 or 779468. OLE color: 779468.
HSL color Cylindrical-coordinate representation of color #CCE40B: hue angle of 66.64º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCE40B is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 11 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.11 |
| HSL | 66.64º | 0.91% | 0.47% | - |
| HSV(B) | 66.64º | 0.95% | 0.89% | - |
| XYZ | 52.71 | 68.35 | 10.73 | - |
| YUV | 196.09 | 23.55 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 11 | 0.11 | 0 | 0.95 | 0.11 | 66.64 | 0.91 | 0.47 |
| Hex | CC | E4 | B | B | 0 | 5F | B | 43 | 5B | 2F |
| Octal | 314 | 344 | 13 | 13 | 0 | 137 | 13 | 103 | 133 | 57 |
| Binary | 11001100 | 11100100 | 1011 | 1011 | 0 | 1011111 | 1011 | 1000011 | 1011011 | 101111 |
Color Harmonies of #CCE40B
Complementary color
Monochromatic Colors of #CCE40B
Black with #CCE40B
Text Example
Text Example
White with #CCE40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE40B; }
p { color: rgb(204,228,11); }
H1.HeaderClassName
{
color: #CCE40B;
}
.AnyTagClassName
{
color: #CCE40B;
}
</style>
background-color css
<style>
a { background-color: #CCE40B; }
a { background-color: rgb(204,228,11); }
div.DivClassName
{
background-color: #CCE40B;
}
.BgClassName
{
background-color: #CCE40B;
}
</style>
border-color css
<style>
span { border-color: #CCE40B; }
span { border-color: rgb(204,228,11); }
td.TdClassName
{
border-color: #CCE40B;
}
.TagClassName
{
border-color: #CCE40B;
}
</style>