Html Css Color HEX #6ECE2A Lima

📋 copy color: '#6ECE2A'

red 110 ◦ green 206 ◦ blue 42

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

Shades of Lima #6ECE2A

Tints of Lima #6ECE2A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 57.54%

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

R = 30.73%
G = 57.54%
B = 11.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#6ECE2A (or 0x6ECE2A) is known color: Lima. HEX triplet: 6E, CE and 2A. RGB value is (110,206,42). Sum of RGB (Red+Green+Blue) = 110+206+42=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 206 (80.86% from 255 or 57.54% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 206 - color contains mainly: green. Hex color #6ECE2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ECE2A is #9131D5. Grayscale: #9F9F9F. Windows color (decimal): -9515478 or 2805358. OLE color: 2805358.

HSL color Cylindrical-coordinate representation of color #6ECE2A: hue angle of 95.12º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6ECE2A is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 206 42 -
CMYK 0.47 0 0.80 0.19
HSL 95.12º 0.66% 0.49% -
HSV(B) 95.12º 0.8% 0.81% -
XYZ 28.92 47.62 9.86 -
YUV 158.6 62.2 93.34 -
System Red Green Blue C M Y K H S L
Decimal 110 206 42 0.47 0 0.80 0.19 95.12 0.66 0.49
Hex 6E CE 2A 2F 0 50 13 5F 42 31
Octal 156 316 52 57 0 120 23 137 102 61
Binary 1101110 11001110 101010 101111 0 1010000 10011 1011111 1000010 110001

Color Harmonies of #6ECE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECE2A

Black with #6ECE2A

Text Example


Text Example

White with #6ECE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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