Html Css Color HEX #CCF606 Electric Lime

📋 copy color: '#CCF606'

red 204 ◦ green 246 ◦ blue 6

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

Shades of Electric Lime #CCF606

Tints of Electric Lime #CCF606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.32%

R = 44.74%
G = 53.95%
B = 1.32%

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

#CCF606 (or 0xCCF606) is known color: Electric Lime. HEX triplet: CC, F6 and 06. RGB value is (204,246,6). Sum of RGB (Red+Green+Blue) = 204+246+6=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 246 (96.48% from 255 or 53.95% from 456); Blue value is 6 (2.73% from 255 or 1.32% from 456); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF606 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF606 is #3309F9. Grayscale: #CECECE. Windows color (decimal): -3344890 or 456396. OLE color: 456396.

HSL color Cylindrical-coordinate representation of color #CCF606: hue angle of 70.5º degrees, saturation: 0.95, 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 #CCF606 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 246 6 -
CMYK 0.17 0 0.98 0.04
HSL 70.5º 0.95% 0.49% -
HSV(B) 70.5º 0.98% 0.96% -
XYZ 57.89 78.76 12.32 -
YUV 206.08 15.09 126.51 -
System Red Green Blue C M Y K H S L
Decimal 204 246 6 0.17 0 0.98 0.04 70.5 0.95 0.49
Hex CC F6 6 11 0 62 4 46 5F 31
Octal 314 366 6 21 0 142 4 106 137 61
Binary 11001100 11110110 110 10001 0 1100010 100 1000110 1011111 110001

Color Harmonies of #CCF606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF606

Black with #CCF606

Text Example


Text Example

White with #CCF606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF606; }

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

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

background-color css

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

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

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

border-color css

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

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

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