Html Css Color HEX #C6EC0A Electric Lime

📋 copy color: '#C6EC0A'

red 198 ◦ green 236 ◦ blue 10

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

Shades of Electric Lime #C6EC0A

Tints of Electric Lime #C6EC0A

RGB

 RED value IS 198 (77.73% from 255) = 44.59%

 GREEN value IS 236 (92.58% from 255) = 53.15%

 BLUE value IS 10 (4.3% from 255) = 2.25%

R = 44.59%
G = 53.15%
B = 2.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#C6EC0A (or 0xC6EC0A) is known color: Electric Lime. HEX triplet: C6, EC and 0A. RGB value is (198,236,10). Sum of RGB (Red+Green+Blue) = 198+236+10=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 236 (92.58% from 255 or 53.15% from 444); Blue value is 10 (4.30% from 255 or 2.25% from 444); Max value from RGB is 236 - color contains mainly: green. Hex color #C6EC0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6EC0A is #3913F5. Grayscale: #C7C7C7. Windows color (decimal): -3740662 or 715974. OLE color: 715974.

HSL color Cylindrical-coordinate representation of color #C6EC0A: hue angle of 70.09º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6EC0A is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 236 10 -
CMYK 0.16 0 0.96 0.07
HSL 70.09º 0.92% 0.48% -
HSV(B) 70.09º 0.96% 0.93% -
XYZ 53.34 72.02 11.38 -
YUV 198.87 21.41 127.38 -
System Red Green Blue C M Y K H S L
Decimal 198 236 10 0.16 0 0.96 0.07 70.09 0.92 0.48
Hex C6 EC A 10 0 60 7 46 5C 30
Octal 306 354 12 20 0 140 7 106 134 60
Binary 11000110 11101100 1010 10000 0 1100000 111 1000110 1011100 110000

Color Harmonies of #C6EC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EC0A

Black with #C6EC0A

Text Example


Text Example

White with #C6EC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6EC0A; }

 p { color: rgb(198,236,10); }

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

background-color css

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

 a { background-color: rgb(198,236,10); }

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

border-color css

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

 span { border-color: rgb(198,236,10); }

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