#7BB01E

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

Shades of Lima #7BB01E

Tints of Lima #7BB01E

Color information

#7BB01E (or 0x7BB01E) is unknown color: approx Lima. HEX triplet: 7B, B0 and 1E. RGB value is (123,176,30). Sum of RGB (Red+Green+Blue) = 123+176+30=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 176 (69.14% from 255 or 53.50% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 176 - color contains mainly: green. Hex color #7BB01E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BB01E is #844FE1. Grayscale: #909090. Windows color (decimal): -8671202 or 2011259. OLE color: 2011259.

HSL color Cylindrical-coordinate representation of color #7BB01E: hue angle of 81.78º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7BB01E is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB12317630-
CMYK0.3000.830.31
HSL81.78º70.87%40.39%-
HSV(B)81.78º82.95%69.02%-
XYZ23.9335.366.79-
YUV143.5163.94113.37-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.39%
GREEN value IS 176 (69.14% from 255) = 53.50%
BLUE value IS 30 (12.11% from 255) = 9.12%
R=37.39%
G=53.50%
B=9.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal123176300.3000.830.3181.7870.8740.39
Hex7BB01E1E0531F524728
Octal173260363601233712210750
Binary1111011101100001111011110010100111111110100101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,176,30); }

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

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

 a { background-color: rgb(123,176,30); }

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

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

 span { border-color: rgb(123,176,30); }

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