Html Css Color HEX #73BA28 Lima

📋 copy color: '#73BA28'

red 115 ◦ green 186 ◦ blue 40

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

Shades of Lima #73BA28

Tints of Lima #73BA28

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.55%

 BLUE value IS 40 (16.02% from 255) = 11.73%

R = 33.72%
G = 54.55%
B = 11.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#73BA28 (or 0x73BA28) is known color: Lima. HEX triplet: 73, BA and 28. RGB value is (115,186,40). Sum of RGB (Red+Green+Blue) = 115+186+40=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BA28 is #8C45D7. Grayscale: #949494. Windows color (decimal): -9192920 or 2669171. OLE color: 2669171.

HSL color Cylindrical-coordinate representation of color #73BA28: hue angle of 89.18º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73BA28 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 186 40 -
CMYK 0.38 0 0.78 0.27
HSL 89.18º 0.65% 0.44% -
HSV(B) 89.18º 0.78% 0.73% -
XYZ 25.01 38.92 8.2 -
YUV 148.13 66.98 104.37 -
System Red Green Blue C M Y K H S L
Decimal 115 186 40 0.38 0 0.78 0.27 89.18 0.65 0.44
Hex 73 BA 28 26 0 4E 1B 59 41 2C
Octal 163 272 50 46 0 116 33 131 101 54
Binary 1110011 10111010 101000 100110 0 1001110 11011 1011001 1000001 101100

Color Harmonies of #73BA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BA28

Black with #73BA28

Text Example


Text Example

White with #73BA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,186,40); }

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

background-color css

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

 a { background-color: rgb(115,186,40); }

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

border-color css

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

 span { border-color: rgb(115,186,40); }

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