Shades of Electric Lime #CCE302
Tints of Electric Lime #CCE302
RGB
CMYK
RGB Variations
Color information
#CCE302 (or 0xCCE302) is known color: Electric Lime. HEX triplet: CC, E3 and 02. RGB value is (204,227,2). Sum of RGB (Red+Green+Blue) = 204+227+2=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 227 (89.06% from 255 or 52.42% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE302 is #331CFD. Grayscale: #C3C3C3. Windows color (decimal): -3349758 or 189388. OLE color: 189388.
HSL color Cylindrical-coordinate representation of color #CCE302: hue angle of 66.13º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCE302 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 2 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.11 |
| HSL | 66.13º | 0.98% | 0.45% | - |
| HSV(B) | 66.13º | 0.99% | 0.89% | - |
| XYZ | 52.38 | 67.78 | 10.38 | - |
| YUV | 194.47 | 19.38 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 2 | 0.10 | 0 | 0.99 | 0.11 | 66.13 | 0.98 | 0.45 |
| Hex | CC | E3 | 2 | A | 0 | 63 | B | 42 | 62 | 2D |
| Octal | 314 | 343 | 2 | 12 | 0 | 143 | 13 | 102 | 142 | 55 |
| Binary | 11001100 | 11100011 | 10 | 1010 | 0 | 1100011 | 1011 | 1000010 | 1100010 | 101101 |
Color Harmonies of #CCE302
Complementary color
Monochromatic Colors of #CCE302
Black with #CCE302
Text Example
Text Example
White with #CCE302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE302; }
p { color: rgb(204,227,2); }
H1.HeaderClassName
{
color: #CCE302;
}
.AnyTagClassName
{
color: #CCE302;
}
</style>
background-color css
<style>
a { background-color: #CCE302; }
a { background-color: rgb(204,227,2); }
div.DivClassName
{
background-color: #CCE302;
}
.BgClassName
{
background-color: #CCE302;
}
</style>
border-color css
<style>
span { border-color: #CCE302; }
span { border-color: rgb(204,227,2); }
td.TdClassName
{
border-color: #CCE302;
}
.TagClassName
{
border-color: #CCE302;
}
</style>