Shades of Electric Lime #CCE50D
Tints of Electric Lime #CCE50D
RGB
CMYK
RGB Variations
Color information
#CCE50D (or 0xCCE50D) is known color: Electric Lime. HEX triplet: CC, E5 and 0D. RGB value is (204,229,13). Sum of RGB (Red+Green+Blue) = 204+229+13=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 229 (89.84% from 255 or 51.35% from 446); Blue value is 13 (5.47% from 255 or 2.91% from 446); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE50D is #331AF2. Grayscale: #C5C5C5. Windows color (decimal): -3349235 or 910796. OLE color: 910796.
HSL color Cylindrical-coordinate representation of color #CCE50D: hue angle of 66.94º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCE50D is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 13 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.10 |
| HSL | 66.94º | 0.89% | 0.47% | - |
| HSV(B) | 66.94º | 0.94% | 0.9% | - |
| XYZ | 52.99 | 68.91 | 10.89 | - |
| YUV | 196.9 | 24.22 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 13 | 0.11 | 0 | 0.94 | 0.10 | 66.94 | 0.89 | 0.47 |
| Hex | CC | E5 | D | B | 0 | 5E | A | 43 | 59 | 2F |
| Octal | 314 | 345 | 15 | 13 | 0 | 136 | 12 | 103 | 131 | 57 |
| Binary | 11001100 | 11100101 | 1101 | 1011 | 0 | 1011110 | 1010 | 1000011 | 1011001 | 101111 |
Color Harmonies of #CCE50D
Complementary color
Monochromatic Colors of #CCE50D
Black with #CCE50D
Text Example
Text Example
White with #CCE50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE50D; }
p { color: rgb(204,229,13); }
H1.HeaderClassName
{
color: #CCE50D;
}
.AnyTagClassName
{
color: #CCE50D;
}
</style>
background-color css
<style>
a { background-color: #CCE50D; }
a { background-color: rgb(204,229,13); }
div.DivClassName
{
background-color: #CCE50D;
}
.BgClassName
{
background-color: #CCE50D;
}
</style>
border-color css
<style>
span { border-color: #CCE50D; }
span { border-color: rgb(204,229,13); }
td.TdClassName
{
border-color: #CCE50D;
}
.TagClassName
{
border-color: #CCE50D;
}
</style>