Html Css Color HEX #6EC82A Lima

📋 copy color: '#6EC82A'

red 110 ◦ green 200 ◦ blue 42

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

Shades of Lima #6EC82A

Tints of Lima #6EC82A

RGB

 RED value IS 110 (43.36% from 255) = 31.25%

 GREEN value IS 200 (78.52% from 255) = 56.82%

 BLUE value IS 42 (16.8% from 255) = 11.93%

R = 31.25%
G = 56.82%
B = 11.93%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#6EC82A (or 0x6EC82A) is known color: Lima. HEX triplet: 6E, C8 and 2A. RGB value is (110,200,42). Sum of RGB (Red+Green+Blue) = 110+200+42=352 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.25% from 352); Green value is 200 (78.52% from 255 or 56.82% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 200 - color contains mainly: green. Hex color #6EC82A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC82A is #9137D5. Grayscale: #9B9B9B. Windows color (decimal): -9517014 or 2803822. OLE color: 2803822.

HSL color Cylindrical-coordinate representation of color #6EC82A: hue angle of 94.18º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6EC82A is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 110 200 42 -
CMYK 0.45 0 0.79 0.22
HSL 94.18º 0.65% 0.47% -
HSV(B) 94.18º 0.79% 0.78% -
XYZ 27.5 44.79 9.39 -
YUV 155.08 64.18 95.85 -
System Red Green Blue C M Y K H S L
Decimal 110 200 42 0.45 0 0.79 0.22 94.18 0.65 0.47
Hex 6E C8 2A 2D 0 4F 16 5E 41 2F
Octal 156 310 52 55 0 117 26 136 101 57
Binary 1101110 11001000 101010 101101 0 1001111 10110 1011110 1000001 101111

Color Harmonies of #6EC82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC82A

Black with #6EC82A

Text Example


Text Example

White with #6EC82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6EC82A; }

 p { color: rgb(110,200,42); }

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

background-color css

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

 a { background-color: rgb(110,200,42); }

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

border-color css

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

 span { border-color: rgb(110,200,42); }

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