Html Css Color HEX #CCE604 Electric Lime

📋 copy color: '#CCE604'

red 204 ◦ green 230 ◦ blue 4

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

Shades of Electric Lime #CCE604

Tints of Electric Lime #CCE604

RGB

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

 GREEN value IS 230 (90.23% from 255) = 52.51%

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

R = 46.58%
G = 52.51%
B = 0.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#CCE604 (or 0xCCE604) is known color: Electric Lime. HEX triplet: CC, E6 and 04. RGB value is (204,230,4). Sum of RGB (Red+Green+Blue) = 204+230+4=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 230 (90.23% from 255 or 52.51% from 438); Blue value is 4 (1.95% from 255 or 0.91% from 438); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE604 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE604 is #3319FB. Grayscale: #C5C5C5. Windows color (decimal): -3348988 or 321228. OLE color: 321228.

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

Color convert

RGB 204 230 4 -
CMYK 0.11 0 0.98 0.10
HSL 66.9º 0.97% 0.46% -
HSV(B) 66.9º 0.98% 0.9% -
XYZ 53.22 69.44 10.71 -
YUV 196.46 19.39 133.38 -
System Red Green Blue C M Y K H S L
Decimal 204 230 4 0.11 0 0.98 0.10 66.9 0.97 0.46
Hex CC E6 4 B 0 62 A 43 61 2E
Octal 314 346 4 13 0 142 12 103 141 56
Binary 11001100 11100110 100 1011 0 1100010 1010 1000011 1100001 101110

Color Harmonies of #CCE604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE604

Black with #CCE604

Text Example


Text Example

White with #CCE604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE604; }

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

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

background-color css

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

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

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

border-color css

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

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

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