Html Css Color HEX #CCF604 Electric Lime

📋 copy color: '#CCF604'

red 204 ◦ green 246 ◦ blue 4

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

Shades of Electric Lime #CCF604

Tints of Electric Lime #CCF604

RGB

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

 GREEN value IS 246 (96.48% from 255) = 54.19%

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

R = 44.93%
G = 54.19%
B = 0.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#CCF604 (or 0xCCF604) is known color: Electric Lime. HEX triplet: CC, F6 and 04. RGB value is (204,246,4). Sum of RGB (Red+Green+Blue) = 204+246+4=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 246 (96.48% from 255 or 54.19% from 454); Blue value is 4 (1.95% from 255 or 0.88% from 454); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF604 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF604 is #3309FB. Grayscale: #CECECE. Windows color (decimal): -3344892 or 325324. OLE color: 325324.

HSL color Cylindrical-coordinate representation of color #CCF604: hue angle of 70.41º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCF604 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 246 4 -
CMYK 0.17 0 0.98 0.04
HSL 70.41º 0.97% 0.49% -
HSV(B) 70.41º 0.98% 0.96% -
XYZ 57.88 78.76 12.27 -
YUV 205.85 14.09 126.68 -
System Red Green Blue C M Y K H S L
Decimal 204 246 4 0.17 0 0.98 0.04 70.41 0.97 0.49
Hex CC F6 4 11 0 62 4 46 61 31
Octal 314 366 4 21 0 142 4 106 141 61
Binary 11001100 11110110 100 10001 0 1100010 100 1000110 1100001 110001

Color Harmonies of #CCF604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF604

Black with #CCF604

Text Example


Text Example

White with #CCF604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF604; }

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

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

background-color css

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

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

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

border-color css

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

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

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