#CCE802

Color #CCE802 Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #CCE802

Tints of Electric Lime #CCE802

Color information

#CCE802 (or 0xCCE802) is unknown color: approx Electric Lime. HEX triplet: CC, E8 and 02. RGB value is (204,232,2). Sum of RGB (Red+Green+Blue) = 204+232+2=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 232 (91.02% from 255 or 52.97% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE802 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE802 is #3317FD. Grayscale: #C6C6C6. Windows color (decimal): -3348478 or 190668. OLE color: 190668.

HSL color Cylindrical-coordinate representation of color #CCE802: hue angle of 67.3º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCE802 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB2042322-
CMYK0.1200.990.09
HSL67.3º98.29%45.88%-
HSV(B)67.3º99.14%90.98%-
XYZ53.7770.5510.84-
YUV197.4117.72132.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 46.58%
GREEN value IS 232 (91.02% from 255) = 52.97%
BLUE value IS 2 (1.17% from 255) = 0.46%
R=46.58%
G=52.97%
B=0.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal20423220.1200.990.0967.398.2945.88
HexCCE82C063943622e
Octal31435021401431110314256
Binary110011001110100010110001100011100110000111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE802; }

 p { color: rgb(204,232,2); }

 H1.HeaderClassName
 {
   color: #CCE802;
 }
 .AnyTagClassName
 {
   color: #CCE802;
 }
</style>
background-color css

<style>
 a { background-color: #CCE802; }

 a { background-color: rgb(204,232,2); }

 div.DivClassName
 {
   background-color: #CCE802;
 }
 .BgClassName
 {
   background-color: #CCE802;
 }
</style>
border-color css

<style>
 span { border-color: #CCE802; }

 span { border-color: rgb(204,232,2); }

 td.TdClassName
 {
   border-color: #CCE802;
 }
 .TagClassName
 {
   border-color: #CCE802;
 }
</style>