Html Css Color HEX #CCE202 Electric Lime

📋 copy color: '#CCE202'

red 204 ◦ green 226 ◦ blue 2

#CCE202
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #CCE202

Tints of Electric Lime #CCE202

RGB

 RED value IS 204 (80.08% from 255) = 47.22%

 GREEN value IS 226 (88.67% from 255) = 52.31%

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 47.22%
G = 52.31%
B = 0.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#CCE202 (or 0xCCE202) is known color: Electric Lime. HEX triplet: CC, E2 and 02. RGB value is (204,226,2). Sum of RGB (Red+Green+Blue) = 204+226+2=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 226 (88.67% from 255 or 52.31% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE202 is #331DFD. Grayscale: #C2C2C2. Windows color (decimal): -3350014 or 189132. OLE color: 189132.

HSL color Cylindrical-coordinate representation of color #CCE202: hue angle of 65.89º 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 #CCE202 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 226 2 -
CMYK 0.10 0 0.99 0.11
HSL 65.89º 0.98% 0.45% -
HSV(B) 65.89º 0.99% 0.89% -
XYZ 52.11 67.23 10.29 -
YUV 193.89 19.71 135.21 -
System Red Green Blue C M Y K H S L
Decimal 204 226 2 0.10 0 0.99 0.11 65.89 0.98 0.45
Hex CC E2 2 A 0 63 B 42 62 2D
Octal 314 342 2 12 0 143 13 102 142 55
Binary 11001100 11100010 10 1010 0 1100011 1011 1000010 1100010 101101

Color Harmonies of #CCE202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE202

Black with #CCE202

Text Example


Text Example

White with #CCE202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE202; }

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

 H1.HeaderClassName
 {
   color: #CCE202;
 }
 .AnyTagClassName
 {
   color: #CCE202;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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