#7DB12E

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

Shades of Lima #7DB12E

Tints of Lima #7DB12E

Color information

#7DB12E (or 0x7DB12E) is unknown color: approx Lima. HEX triplet: 7D, B1 and 2E. RGB value is (125,177,46). Sum of RGB (Red+Green+Blue) = 125+177+46=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 177 (69.53% from 255 or 50.86% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB12E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB12E is #824ED1. Grayscale: #929292. Windows color (decimal): -8539858 or 3060093. OLE color: 3060093.

HSL color Cylindrical-coordinate representation of color #7DB12E: hue angle of 83.82º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7DB12E is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB12517746-
CMYK0.2900.740.31
HSL83.82º58.74%43.73%-
HSV(B)83.82º74.01%69.41%-
XYZ24.67368.23-
YUV146.5271.27112.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.92%
GREEN value IS 177 (69.53% from 255) = 50.86%
BLUE value IS 46 (18.36% from 255) = 13.22%
R=35.92%
G=50.86%
B=13.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal125177460.2900.740.3183.8258.7443.73
Hex7DB12E1D04A1F543b2c
Octal17526156350112371247354
Binary1111101101100011011101110101001010111111010100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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