Html Css Color HEX #6EC12C Lima

📋 copy color: '#6EC12C'

red 110 ◦ green 193 ◦ blue 44

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

Shades of Lima #6EC12C

Tints of Lima #6EC12C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 55.62%

 BLUE value IS 44 (17.58% from 255) = 12.68%

R = 31.7%
G = 55.62%
B = 12.68%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#6EC12C (or 0x6EC12C) is known color: Lima. HEX triplet: 6E, C1 and 2C. RGB value is (110,193,44). Sum of RGB (Red+Green+Blue) = 110+193+44=347 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.70% from 347); Green value is 193 (75.78% from 255 or 55.62% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 193 - color contains mainly: green. Hex color #6EC12C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC12C is #913ED3. Grayscale: #979797. Windows color (decimal): -9518804 or 2933102. OLE color: 2933102.

HSL color Cylindrical-coordinate representation of color #6EC12C: hue angle of 93.42º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6EC12C is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 110 193 44 -
CMYK 0.43 0 0.77 0.24
HSL 93.42º 0.63% 0.46% -
HSV(B) 93.42º 0.77% 0.76% -
XYZ 25.95 41.64 9.05 -
YUV 151.2 67.5 98.62 -
System Red Green Blue C M Y K H S L
Decimal 110 193 44 0.43 0 0.77 0.24 93.42 0.63 0.46
Hex 6E C1 2C 2B 0 4D 18 5D 3F 2E
Octal 156 301 54 53 0 115 30 135 77 56
Binary 1101110 11000001 101100 101011 0 1001101 11000 1011101 111111 101110

Color Harmonies of #6EC12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC12C

Black with #6EC12C

Text Example


Text Example

White with #6EC12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,193,44); }

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

background-color css

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

 a { background-color: rgb(110,193,44); }

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

border-color css

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

 span { border-color: rgb(110,193,44); }

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