#6DCA2B

Color #6DCA2B Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #6DCA2B

Tints of Lima #6DCA2B

Color information

#6DCA2B (or 0x6DCA2B) is unknown color: approx Lima. HEX triplet: 6D, CA and 2B. RGB value is (109,202,43). Sum of RGB (Red+Green+Blue) = 109+202+43=354 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.79% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCA2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DCA2B is #9235D4. Grayscale: #9C9C9C. Windows color (decimal): -9582037 or 2869869. OLE color: 2869869.

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

Color convert

RGB10920243-
CMYK0.4600.790.21
HSL95.09º64.9%48.04%-
HSV(B)95.09º78.71%79.22%-
XYZ27.8645.679.63-
YUV156.0764.1994.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.79%
GREEN value IS 202 (79.30% from 255) = 57.06%
BLUE value IS 43 (17.19% from 255) = 12.15%
R=30.79%
G=57.06%
B=12.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal109202430.4600.790.2195.0964.948.04
Hex6DCA2B2E04F155f4130
Octal155312535601172513710160
Binary110110111001010101011101110010011111010110111111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,202,43); }

 H1.HeaderClassName
 {
   color: #6DCA2B;
 }
 .AnyTagClassName
 {
   color: #6DCA2B;
 }
</style>
background-color css

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

 a { background-color: rgb(109,202,43); }

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

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

 span { border-color: rgb(109,202,43); }

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