Html Css Color HEX #CCF60C Electric Lime

📋 copy color: '#CCF60C'

red 204 ◦ green 246 ◦ blue 12

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

Shades of Electric Lime #CCF60C

Tints of Electric Lime #CCF60C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.6%

R = 44.16%
G = 53.25%
B = 2.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#CCF60C (or 0xCCF60C) is known color: Electric Lime. HEX triplet: CC, F6 and 0C. RGB value is (204,246,12). Sum of RGB (Red+Green+Blue) = 204+246+12=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 246 (96.48% from 255 or 53.25% from 462); Blue value is 12 (5.08% from 255 or 2.60% from 462); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF60C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF60C is #3309F3. Grayscale: #CFCFCF. Windows color (decimal): -3344884 or 849612. OLE color: 849612.

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

Color convert

RGB 204 246 12 -
CMYK 0.17 0 0.95 0.04
HSL 70.77º 0.93% 0.51% -
HSV(B) 70.77º 0.95% 0.96% -
XYZ 57.92 78.78 12.5 -
YUV 206.77 18.09 126.03 -
System Red Green Blue C M Y K H S L
Decimal 204 246 12 0.17 0 0.95 0.04 70.77 0.93 0.51
Hex CC F6 C 11 0 5F 4 47 5D 33
Octal 314 366 14 21 0 137 4 107 135 63
Binary 11001100 11110110 1100 10001 0 1011111 100 1000111 1011101 110011

Color Harmonies of #CCF60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF60C

Black with #CCF60C

Text Example


Text Example

White with #CCF60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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