Html Css Color HEX #73BB25 Lima

📋 copy color: '#73BB25'

red 115 ◦ green 187 ◦ blue 37

#73BB25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #73BB25

Tints of Lima #73BB25

RGB

 RED value IS 115 (45.31% from 255) = 33.92%

 GREEN value IS 187 (73.44% from 255) = 55.16%

 BLUE value IS 37 (14.84% from 255) = 10.91%

R = 33.92%
G = 55.16%
B = 10.91%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#73BB25 (or 0x73BB25) is known color: Lima. HEX triplet: 73, BB and 25. RGB value is (115,187,37). Sum of RGB (Red+Green+Blue) = 115+187+37=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 187 (73.44% from 255 or 55.16% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 187 - color contains mainly: green. Hex color #73BB25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BB25 is #8C44DA. Grayscale: #949494. Windows color (decimal): -9192667 or 2472819. OLE color: 2472819.

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

Color convert

RGB 115 187 37 -
CMYK 0.39 0 0.80 0.27
HSL 88.8º 0.67% 0.44% -
HSV(B) 88.8º 0.8% 0.73% -
XYZ 25.17 39.32 8.01 -
YUV 148.37 65.15 104.2 -
System Red Green Blue C M Y K H S L
Decimal 115 187 37 0.39 0 0.80 0.27 88.8 0.67 0.44
Hex 73 BB 25 27 0 50 1B 59 43 2C
Octal 163 273 45 47 0 120 33 131 103 54
Binary 1110011 10111011 100101 100111 0 1010000 11011 1011001 1000011 101100

Color Harmonies of #73BB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BB25

Black with #73BB25

Text Example


Text Example

White with #73BB25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73BB25;
 }
 .AnyTagClassName
 {
   color: #73BB25;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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