Html Css Color HEX #C6EB0A Electric Lime

📋 copy color: '#C6EB0A'

red 198 ◦ green 235 ◦ blue 10

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

Shades of Electric Lime #C6EB0A

Tints of Electric Lime #C6EB0A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 53.05%

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

R = 44.7%
G = 53.05%
B = 2.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#C6EB0A (or 0xC6EB0A) is known color: Electric Lime. HEX triplet: C6, EB and 0A. RGB value is (198,235,10). Sum of RGB (Red+Green+Blue) = 198+235+10=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 235 (92.19% from 255 or 53.05% from 443); Blue value is 10 (4.30% from 255 or 2.26% from 443); Max value from RGB is 235 - color contains mainly: green. Hex color #C6EB0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6EB0A is #3914F5. Grayscale: #C7C7C7. Windows color (decimal): -3740918 or 715718. OLE color: 715718.

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

Color convert

RGB 198 235 10 -
CMYK 0.16 0 0.96 0.08
HSL 69.87º 0.92% 0.48% -
HSV(B) 69.87º 0.96% 0.92% -
XYZ 53.05 71.44 11.28 -
YUV 198.29 21.74 127.8 -
System Red Green Blue C M Y K H S L
Decimal 198 235 10 0.16 0 0.96 0.08 69.87 0.92 0.48
Hex C6 EB A 10 0 60 8 46 5C 30
Octal 306 353 12 20 0 140 10 106 134 60
Binary 11000110 11101011 1010 10000 0 1100000 1000 1000110 1011100 110000

Color Harmonies of #C6EB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EB0A

Black with #C6EB0A

Text Example


Text Example

White with #C6EB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6EB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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