Html Css Color HEX #73D424 Lima

📋 copy color: '#73D424'

red 115 ◦ green 212 ◦ blue 36

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

Shades of Lima #73D424

Tints of Lima #73D424

RGB

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

 GREEN value IS 212 (83.2% from 255) = 58.4%

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

R = 31.68%
G = 58.4%
B = 9.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#73D424 (or 0x73D424) is known color: Lima. HEX triplet: 73, D4 and 24. RGB value is (115,212,36). Sum of RGB (Red+Green+Blue) = 115+212+36=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 212 (83.20% from 255 or 58.40% from 363); Blue value is 36 (14.45% from 255 or 9.92% from 363); Max value from RGB is 212 - color contains mainly: green. Hex color #73D424 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D424 is #8C2BDB. Grayscale: #A3A3A3. Windows color (decimal): -9186268 or 2413683. OLE color: 2413683.

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

Color convert

RGB 115 212 36 -
CMYK 0.46 0 0.83 0.17
HSL 93.07º 0.71% 0.49% -
HSV(B) 93.07º 0.83% 0.83% -
XYZ 30.93 50.86 9.86 -
YUV 162.93 56.36 93.81 -
System Red Green Blue C M Y K H S L
Decimal 115 212 36 0.46 0 0.83 0.17 93.07 0.71 0.49
Hex 73 D4 24 2E 0 53 11 5D 47 31
Octal 163 324 44 56 0 123 21 135 107 61
Binary 1110011 11010100 100100 101110 0 1010011 10001 1011101 1000111 110001

Color Harmonies of #73D424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D424

Black with #73D424

Text Example


Text Example

White with #73D424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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