Html Css Color HEX #73D722 Lima

📋 copy color: '#73D722'

red 115 ◦ green 215 ◦ blue 34

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

Shades of Lima #73D722

Tints of Lima #73D722

RGB

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

 GREEN value IS 215 (84.38% from 255) = 59.07%

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

R = 31.59%
G = 59.07%
B = 9.34%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#73D722 (or 0x73D722) is known color: Lima. HEX triplet: 73, D7 and 22. RGB value is (115,215,34). Sum of RGB (Red+Green+Blue) = 115+215+34=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 215 (84.38% from 255 or 59.07% from 364); Blue value is 34 (13.67% from 255 or 9.34% from 364); Max value from RGB is 215 - color contains mainly: green. Hex color #73D722 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D722 is #8C28DD. Grayscale: #A5A5A5. Windows color (decimal): -9185502 or 2283379. OLE color: 2283379.

HSL color Cylindrical-coordinate representation of color #73D722: hue angle of 93.15º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73D722 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 215 34 -
CMYK 0.47 0 0.84 0.16
HSL 93.15º 0.73% 0.49% -
HSV(B) 93.15º 0.84% 0.84% -
XYZ 31.66 52.36 9.95 -
YUV 164.47 54.37 92.72 -
System Red Green Blue C M Y K H S L
Decimal 115 215 34 0.47 0 0.84 0.16 93.15 0.73 0.49
Hex 73 D7 22 2F 0 54 10 5D 49 31
Octal 163 327 42 57 0 124 20 135 111 61
Binary 1110011 11010111 100010 101111 0 1010100 10000 1011101 1001001 110001

Color Harmonies of #73D722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D722

Black with #73D722

Text Example


Text Example

White with #73D722

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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