#7DBA2B

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

Shades of Lima #7DBA2B

Tints of Lima #7DBA2B

Color information

#7DBA2B (or 0x7DBA2B) is unknown color: approx Lima. HEX triplet: 7D, BA and 2B. RGB value is (125,186,43). Sum of RGB (Red+Green+Blue) = 125+186+43=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBA2B is #8245D4. Grayscale: #979797. Windows color (decimal): -8537557 or 2865789. OLE color: 2865789.

HSL color Cylindrical-coordinate representation of color #7DBA2B: hue angle of 85.59º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7DBA2B is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB12518643-
CMYK0.3300.770.27
HSL85.59º62.45%44.9%-
HSV(B)85.59º76.88%72.94%-
XYZ26.4539.658.54-
YUV151.4666.79109.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.31%
GREEN value IS 186 (73.05% from 255) = 52.54%
BLUE value IS 43 (17.19% from 255) = 12.15%
R=35.31%
G=52.54%
B=12.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal125186430.3300.770.2785.5962.4544.9
Hex7DBA2B2104D1B563e2d
Octal17527253410115331267655
Binary11111011011101010101110000101001101110111010110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DBA2B; }

 p { color: rgb(125,186,43); }

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

<style>
 a { background-color: #7DBA2B; }

 a { background-color: rgb(125,186,43); }

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

<style>
 span { border-color: #7DBA2B; }

 span { border-color: rgb(125,186,43); }

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