#7DBB3B

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

Shades of Lima #7DBB3B

Tints of Lima #7DBB3B

Color information

#7DBB3B (or 0x7DBB3B) is unknown color: approx Lima. HEX triplet: 7D, BB and 3B. RGB value is (125,187,59). Sum of RGB (Red+Green+Blue) = 125+187+59=371 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.69% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBB3B is #8244C4. Grayscale: #9A9A9A. Windows color (decimal): -8537285 or 3914621. OLE color: 3914621.

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

Color convert

RGB12518759-
CMYK0.3300.680.27
HSL89.06º52.03%48.24%-
HSV(B)89.06º68.45%73.33%-
XYZ27.0240.2210.48-
YUV153.8774.46107.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.69%
GREEN value IS 187 (73.44% from 255) = 50.40%
BLUE value IS 59 (23.44% from 255) = 15.90%
R=33.69%
G=50.40%
B=15.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal125187590.3300.680.2789.0652.0348.24
Hex7DBB3B210441B593430
Octal17527373410104331316460
Binary11111011011101111101110000101000100110111011001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBB3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,187,59); }

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

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

 a { background-color: rgb(125,187,59); }

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

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

 span { border-color: rgb(125,187,59); }

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