Html Css Color HEX #CCF607 Electric Lime

📋 copy color: '#CCF607'

red 204 ◦ green 246 ◦ blue 7

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

Shades of Electric Lime #CCF607

Tints of Electric Lime #CCF607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.53%

R = 44.64%
G = 53.83%
B = 1.53%

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

#CCF607 (or 0xCCF607) is known color: Electric Lime. HEX triplet: CC, F6 and 07. RGB value is (204,246,7). Sum of RGB (Red+Green+Blue) = 204+246+7=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 246 (96.48% from 255 or 53.83% from 457); Blue value is 7 (3.12% from 255 or 1.53% from 457); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF607 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF607 is #3309F8. Grayscale: #CFCFCF. Windows color (decimal): -3344889 or 521932. OLE color: 521932.

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

Color convert

RGB 204 246 7 -
CMYK 0.17 0 0.97 0.04
HSL 70.54º 0.94% 0.5% -
HSV(B) 70.54º 0.97% 0.96% -
XYZ 57.9 78.76 12.35 -
YUV 206.2 15.59 126.43 -
System Red Green Blue C M Y K H S L
Decimal 204 246 7 0.17 0 0.97 0.04 70.54 0.94 0.5
Hex CC F6 7 11 0 61 4 47 5E 32
Octal 314 366 7 21 0 141 4 107 136 62
Binary 11001100 11110110 111 10001 0 1100001 100 1000111 1011110 110010

Color Harmonies of #CCF607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF607

Black with #CCF607

Text Example


Text Example

White with #CCF607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF607; }

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

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

background-color css

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

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

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

border-color css

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

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

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