Html Css Color HEX #CCE302 Electric Lime

📋 copy color: '#CCE302'

red 204 ◦ green 227 ◦ blue 2

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

Shades of Electric Lime #CCE302

Tints of Electric Lime #CCE302

RGB

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

 GREEN value IS 227 (89.06% from 255) = 52.42%

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

R = 47.11%
G = 52.42%
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

#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

Triadic Colors

Analogous colors

Split complements colors

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>