#73bb2d

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

Shades of Lima #73BB2D

Tints of Lima #73BB2D

Color information

#73BB2D (or 0x73BB2D) is unknown color: approx Lima. HEX triplet: 73, BB and 2D. RGB value is (115,187,45). Sum of RGB (Red+Green+Blue) = 115+187+45=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 187 (73.44% from 255 or 53.89% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 187 - color contains mainly: green. Hex color #73BB2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BB2D is #8C44D2. Grayscale: #959595. Windows color (decimal): -9192659 or 2997107. OLE color: 2997107.

HSL color Cylindrical-coordinate representation of color #73BB2D: hue angle of 90.42º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73BB2D is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB11518745-
CMYK0.3900.760.27
HSL90.42º61.21%45.49%-
HSV(B)90.42º75.94%73.33%-
XYZ25.3139.378.75-
YUV149.2869.15103.55-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.14%
GREEN value IS 187 (73.44% from 255) = 53.89%
BLUE value IS 45 (17.97% from 255) = 12.97%
R=33.14%
G=53.89%
B=12.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal115187450.3900.760.2790.4261.2145.49
Hex73BB2D2704C1B5a3d2d
Octal16327355470114331327555
Binary11100111011101110110110011101001100110111011010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73bb2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73bb2d; }

 p { color: rgb(115,187,45); }

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

<style>
 a { background-color: #73bb2d; }

 a { background-color: rgb(115,187,45); }

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

<style>
 span { border-color: #73bb2d; }

 span { border-color: rgb(115,187,45); }

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