Html Css Color HEX #6EC12D Lima

📋 copy color: '#6EC12D'

red 110 ◦ green 193 ◦ blue 45

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

Shades of Lima #6EC12D

Tints of Lima #6EC12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.93%

R = 31.61%
G = 55.46%
B = 12.93%

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

#6EC12D (or 0x6EC12D) is known color: Lima. HEX triplet: 6E, C1 and 2D. RGB value is (110,193,45). Sum of RGB (Red+Green+Blue) = 110+193+45=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 193 (75.78% from 255 or 55.46% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 193 - color contains mainly: green. Hex color #6EC12D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC12D is #913ED2. Grayscale: #979797. Windows color (decimal): -9518803 or 2998638. OLE color: 2998638.

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

Color convert

RGB 110 193 45 -
CMYK 0.43 0 0.77 0.24
HSL 93.65º 0.62% 0.47% -
HSV(B) 93.65º 0.77% 0.76% -
XYZ 25.97 41.64 9.15 -
YUV 151.31 68 98.53 -
System Red Green Blue C M Y K H S L
Decimal 110 193 45 0.43 0 0.77 0.24 93.65 0.62 0.47
Hex 6E C1 2D 2B 0 4D 18 5E 3E 2F
Octal 156 301 55 53 0 115 30 136 76 57
Binary 1101110 11000001 101101 101011 0 1001101 11000 1011110 111110 101111

Color Harmonies of #6EC12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC12D

Black with #6EC12D

Text Example


Text Example

White with #6EC12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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