Html Css Color HEX #6ECD2B Lima

📋 copy color: '#6ECD2B'

red 110 ◦ green 205 ◦ blue 43

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

Shades of Lima #6ECD2B

Tints of Lima #6ECD2B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 57.26%

 BLUE value IS 43 (17.19% from 255) = 12.01%

R = 30.73%
G = 57.26%
B = 12.01%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#6ECD2B (or 0x6ECD2B) is known color: Lima. HEX triplet: 6E, CD and 2B. RGB value is (110,205,43). Sum of RGB (Red+Green+Blue) = 110+205+43=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 205 (80.47% from 255 or 57.26% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECD2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ECD2B is #9132D4. Grayscale: #9E9E9E. Windows color (decimal): -9515733 or 2870638. OLE color: 2870638.

HSL color Cylindrical-coordinate representation of color #6ECD2B: hue angle of 95.19º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6ECD2B is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 205 43 -
CMYK 0.46 0 0.79 0.20
HSL 95.19º 0.65% 0.49% -
HSV(B) 95.19º 0.79% 0.8% -
XYZ 28.7 47.15 9.87 -
YUV 158.13 63.03 93.67 -
System Red Green Blue C M Y K H S L
Decimal 110 205 43 0.46 0 0.79 0.20 95.19 0.65 0.49
Hex 6E CD 2B 2E 0 4F 14 5F 41 31
Octal 156 315 53 56 0 117 24 137 101 61
Binary 1101110 11001101 101011 101110 0 1001111 10100 1011111 1000001 110001

Color Harmonies of #6ECD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECD2B

Black with #6ECD2B

Text Example


Text Example

White with #6ECD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,205,43); }

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

background-color css

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

 a { background-color: rgb(110,205,43); }

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

border-color css

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

 span { border-color: rgb(110,205,43); }

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