#7BB325

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

Shades of Lima #7BB325

Tints of Lima #7BB325

Color information

#7BB325 (or 0x7BB325) is unknown color: approx Lima. HEX triplet: 7B, B3 and 25. RGB value is (123,179,37). Sum of RGB (Red+Green+Blue) = 123+179+37=339 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.28% from 339); Green value is 179 (70.31% from 255 or 52.80% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 179 - color contains mainly: green. Hex color #7BB325 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BB325 is #844CDA. Grayscale: #929292. Windows color (decimal): -8670427 or 2470779. OLE color: 2470779.

HSL color Cylindrical-coordinate representation of color #7BB325: hue angle of 83.66º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7BB325 is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB12317937-
CMYK0.3100.790.30
HSL83.66º65.74%42.35%-
HSV(B)83.66º79.33%70.2%-
XYZ24.6236.587.51-
YUV146.0766.45111.55-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.28%
GREEN value IS 179 (70.31% from 255) = 52.80%
BLUE value IS 37 (14.84% from 255) = 10.91%
R=36.28%
G=52.80%
B=10.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal123179370.3100.790.3083.6665.7442.35
Hex7BB3251F04F1E54422a
Octal173263453701173612410252
Binary11110111011001110010111111010011111111010101001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,179,37); }

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

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

 a { background-color: rgb(123,179,37); }

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

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

 span { border-color: rgb(123,179,37); }

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