#7BB42D

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

Shades of Lima #7BB42D

Tints of Lima #7BB42D

Color information

#7BB42D (or 0x7BB42D) is unknown color: approx Lima. HEX triplet: 7B, B4 and 2D. RGB value is (123,180,45). Sum of RGB (Red+Green+Blue) = 123+180+45=348 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.34% from 348); Green value is 180 (70.70% from 255 or 51.72% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 180 - color contains mainly: green. Hex color #7BB42D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BB42D is #844BD2. Grayscale: #949494. Windows color (decimal): -8670163 or 2995323. OLE color: 2995323.

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

Color convert

RGB12318045-
CMYK0.3200.750.29
HSL85.33º60%44.12%-
HSV(B)85.33º75%70.59%-
XYZ24.9637.048.32-
YUV147.5770.12110.48-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.34%
GREEN value IS 180 (70.70% from 255) = 51.72%
BLUE value IS 45 (17.97% from 255) = 12.93%
R=35.34%
G=51.72%
B=12.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal123180450.3200.750.2985.336044.12
Hex7BB42D2004B1D553c2c
Octal17326455400113351257454
Binary11110111011010010110110000001001011111011010101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,180,45); }

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

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

 a { background-color: rgb(123,180,45); }

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

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

 span { border-color: rgb(123,180,45); }

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