Html Css Color HEX #CCF608 Electric Lime

📋 copy color: '#CCF608'

red 204 ◦ green 246 ◦ blue 8

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

Shades of Electric Lime #CCF608

Tints of Electric Lime #CCF608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.75%

R = 44.54%
G = 53.71%
B = 1.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#CCF608 (or 0xCCF608) is known color: Electric Lime. HEX triplet: CC, F6 and 08. RGB value is (204,246,8). Sum of RGB (Red+Green+Blue) = 204+246+8=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 246 (96.48% from 255 or 53.71% from 458); Blue value is 8 (3.52% from 255 or 1.75% from 458); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF608 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF608 is #3309F7. Grayscale: #CFCFCF. Windows color (decimal): -3344888 or 587468. OLE color: 587468.

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

Color convert

RGB 204 246 8 -
CMYK 0.17 0 0.97 0.04
HSL 70.59º 0.94% 0.5% -
HSV(B) 70.59º 0.97% 0.96% -
XYZ 57.9 78.77 12.38 -
YUV 206.31 16.09 126.35 -
System Red Green Blue C M Y K H S L
Decimal 204 246 8 0.17 0 0.97 0.04 70.59 0.94 0.5
Hex CC F6 8 11 0 61 4 47 5E 32
Octal 314 366 10 21 0 141 4 107 136 62
Binary 11001100 11110110 1000 10001 0 1100001 100 1000111 1011110 110010

Color Harmonies of #CCF608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF608

Black with #CCF608

Text Example


Text Example

White with #CCF608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF608; }

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

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

background-color css

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

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

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

border-color css

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

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

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