#7DB62E

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

Shades of Lima #7DB62E

Tints of Lima #7DB62E

Color information

#7DB62E (or 0x7DB62E) is unknown color: approx Lima. HEX triplet: 7D, B6 and 2E. RGB value is (125,182,46). Sum of RGB (Red+Green+Blue) = 125+182+46=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 182 (71.48% from 255 or 51.56% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB62E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB62E is #8249D1. Grayscale: #959595. Windows color (decimal): -8538578 or 3061373. OLE color: 3061373.

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

Color convert

RGB12518246-
CMYK0.3100.750.29
HSL85.15º59.65%44.71%-
HSV(B)85.15º74.73%71.37%-
XYZ25.6838.018.57-
YUV149.4569.62110.56-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.41%
GREEN value IS 182 (71.48% from 255) = 51.56%
BLUE value IS 46 (18.36% from 255) = 13.03%
R=35.41%
G=51.56%
B=13.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal125182460.3100.750.2985.1559.6544.71
Hex7DB62E1F04B1D553c2d
Octal17526656370113351257455
Binary1111101101101101011101111101001011111011010101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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