Shades of Electric Lime #CCE70B
Tints of Electric Lime #CCE70B
RGB
CMYK
RGB Variations
Color information
#CCE70B (or 0xCCE70B) is known color: Electric Lime. HEX triplet: CC, E7 and 0B. RGB value is (204,231,11). Sum of RGB (Red+Green+Blue) = 204+231+11=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 231 (90.62% from 255 or 51.79% from 446); Blue value is 11 (4.69% from 255 or 2.47% from 446); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE70B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE70B is #3318F4. Grayscale: #C6C6C6. Windows color (decimal): -3348725 or 780236. OLE color: 780236.
HSL color Cylindrical-coordinate representation of color #CCE70B: hue angle of 67.36º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCE70B is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 11 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.09 |
| HSL | 67.36º | 0.91% | 0.47% | - |
| HSV(B) | 67.36º | 0.95% | 0.91% | - |
| XYZ | 53.54 | 70.01 | 11.01 | - |
| YUV | 197.85 | 22.55 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 11 | 0.12 | 0 | 0.95 | 0.09 | 67.36 | 0.91 | 0.47 |
| Hex | CC | E7 | B | C | 0 | 5F | 9 | 43 | 5B | 2F |
| Octal | 314 | 347 | 13 | 14 | 0 | 137 | 11 | 103 | 133 | 57 |
| Binary | 11001100 | 11100111 | 1011 | 1100 | 0 | 1011111 | 1001 | 1000011 | 1011011 | 101111 |
Color Harmonies of #CCE70B
Complementary color
Monochromatic Colors of #CCE70B
Black with #CCE70B
Text Example
Text Example
White with #CCE70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE70B; }
p { color: rgb(204,231,11); }
H1.HeaderClassName
{
color: #CCE70B;
}
.AnyTagClassName
{
color: #CCE70B;
}
</style>
background-color css
<style>
a { background-color: #CCE70B; }
a { background-color: rgb(204,231,11); }
div.DivClassName
{
background-color: #CCE70B;
}
.BgClassName
{
background-color: #CCE70B;
}
</style>
border-color css
<style>
span { border-color: #CCE70B; }
span { border-color: rgb(204,231,11); }
td.TdClassName
{
border-color: #CCE70B;
}
.TagClassName
{
border-color: #CCE70B;
}
</style>