Html Css Color HEX #73D624 Lima

📋 copy color: '#73D624'

red 115 ◦ green 214 ◦ blue 36

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

Shades of Lima #73D624

Tints of Lima #73D624

RGB

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

 GREEN value IS 214 (83.98% from 255) = 58.63%

 BLUE value IS 36 (14.45% from 255) = 9.86%

R = 31.51%
G = 58.63%
B = 9.86%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#73D624 (or 0x73D624) is known color: Lima. HEX triplet: 73, D6 and 24. RGB value is (115,214,36). Sum of RGB (Red+Green+Blue) = 115+214+36=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 214 (83.98% from 255 or 58.63% from 365); Blue value is 36 (14.45% from 255 or 9.86% from 365); Max value from RGB is 214 - color contains mainly: green. Hex color #73D624 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D624 is #8C29DB. Grayscale: #A4A4A4. Windows color (decimal): -9185756 or 2414195. OLE color: 2414195.

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

Color convert

RGB 115 214 36 -
CMYK 0.46 0 0.83 0.16
HSL 93.37º 0.71% 0.49% -
HSV(B) 93.37º 0.83% 0.84% -
XYZ 31.44 51.87 10.02 -
YUV 164.11 55.7 92.97 -
System Red Green Blue C M Y K H S L
Decimal 115 214 36 0.46 0 0.83 0.16 93.37 0.71 0.49
Hex 73 D6 24 2E 0 53 10 5D 47 31
Octal 163 326 44 56 0 123 20 135 107 61
Binary 1110011 11010110 100100 101110 0 1010011 10000 1011101 1000111 110001

Color Harmonies of #73D624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D624

Black with #73D624

Text Example


Text Example

White with #73D624

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,214,36); }

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

background-color css

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

 a { background-color: rgb(115,214,36); }

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

border-color css

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

 span { border-color: rgb(115,214,36); }

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