Html Css Color HEX #CCE304 Electric Lime

📋 copy color: '#CCE304'

red 204 ◦ green 227 ◦ blue 4

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

Shades of Electric Lime #CCE304

Tints of Electric Lime #CCE304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.92%

R = 46.9%
G = 52.18%
B = 0.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#CCE304 (or 0xCCE304) is known color: Electric Lime. HEX triplet: CC, E3 and 04. RGB value is (204,227,4). Sum of RGB (Red+Green+Blue) = 204+227+4=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 227 (89.06% from 255 or 52.18% from 435); Blue value is 4 (1.95% from 255 or 0.92% from 435); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE304 is #331CFB. Grayscale: #C3C3C3. Windows color (decimal): -3349756 or 320460. OLE color: 320460.

HSL color Cylindrical-coordinate representation of color #CCE304: hue angle of 66.19º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCE304 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 227 4 -
CMYK 0.10 0 0.98 0.11
HSL 66.19º 0.97% 0.45% -
HSV(B) 66.19º 0.98% 0.89% -
XYZ 52.39 67.78 10.44 -
YUV 194.7 20.38 134.63 -
System Red Green Blue C M Y K H S L
Decimal 204 227 4 0.10 0 0.98 0.11 66.19 0.97 0.45
Hex CC E3 4 A 0 62 B 42 61 2D
Octal 314 343 4 12 0 142 13 102 141 55
Binary 11001100 11100011 100 1010 0 1100010 1011 1000010 1100001 101101

Color Harmonies of #CCE304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE304

Black with #CCE304

Text Example


Text Example

White with #CCE304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE304; }

 p { color: rgb(204,227,4); }

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

background-color css

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

 a { background-color: rgb(204,227,4); }

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

border-color css

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

 span { border-color: rgb(204,227,4); }

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