#7DBA2E

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

Shades of Lima #7DBA2E

Tints of Lima #7DBA2E

Color information

#7DBA2E (or 0x7DBA2E) is unknown color: approx Lima. HEX triplet: 7D, BA and 2E. RGB value is (125,186,46). Sum of RGB (Red+Green+Blue) = 125+186+46=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBA2E is #8245D1. Grayscale: #989898. Windows color (decimal): -8537554 or 3062397. OLE color: 3062397.

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

Color convert

RGB12518646-
CMYK0.3300.750.27
HSL86.14º60.34%45.49%-
HSV(B)86.14º75.27%72.94%-
XYZ26.5139.688.85-
YUV151.868.29108.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.01%
GREEN value IS 186 (73.05% from 255) = 52.10%
BLUE value IS 46 (18.36% from 255) = 12.89%
R=35.01%
G=52.10%
B=12.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal125186460.3300.750.2786.1460.3445.49
Hex7DBA2E2104B1B563c2d
Octal17527256410113331267455
Binary11111011011101010111010000101001011110111010110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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