Html Css Color HEX #73BD22 Lima

📋 copy color: '#73BD22'

red 115 ◦ green 189 ◦ blue 34

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

Shades of Lima #73BD22

Tints of Lima #73BD22

RGB

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

 GREEN value IS 189 (74.22% from 255) = 55.92%

 BLUE value IS 34 (13.67% from 255) = 10.06%

R = 34.02%
G = 55.92%
B = 10.06%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#73BD22 (or 0x73BD22) is known color: Lima. HEX triplet: 73, BD and 22. RGB value is (115,189,34). Sum of RGB (Red+Green+Blue) = 115+189+34=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 189 (74.22% from 255 or 55.92% from 338); Blue value is 34 (13.67% from 255 or 10.06% from 338); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BD22 is #8C42DD. Grayscale: #959595. Windows color (decimal): -9192158 or 2276723. OLE color: 2276723.

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

Color convert

RGB 115 189 34 -
CMYK 0.39 0 0.82 0.26
HSL 88.65º 0.7% 0.44% -
HSV(B) 88.65º 0.82% 0.74% -
XYZ 25.56 40.16 7.92 -
YUV 149.2 62.98 103.6 -
System Red Green Blue C M Y K H S L
Decimal 115 189 34 0.39 0 0.82 0.26 88.65 0.7 0.44
Hex 73 BD 22 27 0 52 1A 59 46 2C
Octal 163 275 42 47 0 122 32 131 106 54
Binary 1110011 10111101 100010 100111 0 1010010 11010 1011001 1000110 101100

Color Harmonies of #73BD22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BD22

Black with #73BD22

Text Example


Text Example

White with #73BD22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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