#73BD25

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

Shades of Lima #73BD25

Tints of Lima #73BD25

Color information

#73BD25 (or 0x73BD25) is unknown color: approx Lima. HEX triplet: 73, BD and 25. RGB value is (115,189,37). Sum of RGB (Red+Green+Blue) = 115+189+37=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BD25 is #8C42DA. Grayscale: #969696. Windows color (decimal): -9192155 or 2473331. OLE color: 2473331.

HSL color Cylindrical-coordinate representation of color #73BD25: hue angle of 89.21º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73BD25 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB11518937-
CMYK0.3900.800.26
HSL89.21º67.26%44.31%-
HSV(B)89.21º80.42%74.12%-
XYZ25.640.178.16-
YUV149.5564.48103.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.72%
GREEN value IS 189 (74.22% from 255) = 55.43%
BLUE value IS 37 (14.84% from 255) = 10.85%
R=33.72%
G=55.43%
B=10.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal115189370.3900.800.2689.2167.2644.31
Hex73BD25270501A59432c
Octal163275454701203213110354
Binary111001110111101100101100111010100001101010110011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BD25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,189,37); }

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

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

 a { background-color: rgb(115,189,37); }

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

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

 span { border-color: rgb(115,189,37); }

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