Html Css Color HEX #73C41D Lima

📋 copy color: '#73C41D'

red 115 ◦ green 196 ◦ blue 29

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

Shades of Lima #73C41D

Tints of Lima #73C41D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 57.65%

 BLUE value IS 29 (11.72% from 255) = 8.53%

R = 33.82%
G = 57.65%
B = 8.53%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#73C41D (or 0x73C41D) is known color: Lima. HEX triplet: 73, C4 and 1D. RGB value is (115,196,29). Sum of RGB (Red+Green+Blue) = 115+196+29=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 196 (76.95% from 255 or 57.65% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 196 - color contains mainly: green. Hex color #73C41D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C41D is #8C3BE2. Grayscale: #999999. Windows color (decimal): -9190371 or 1950835. OLE color: 1950835.

HSL color Cylindrical-coordinate representation of color #73C41D: hue angle of 89.1º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73C41D is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 115 196 29 -
CMYK 0.41 0 0.85 0.23
HSL 89.1º 0.74% 0.44% -
HSV(B) 89.1º 0.85% 0.77% -
XYZ 27.03 43.21 8.08 -
YUV 152.74 58.16 101.08 -
System Red Green Blue C M Y K H S L
Decimal 115 196 29 0.41 0 0.85 0.23 89.1 0.74 0.44
Hex 73 C4 1D 29 0 55 17 59 4A 2C
Octal 163 304 35 51 0 125 27 131 112 54
Binary 1110011 11000100 11101 101001 0 1010101 10111 1011001 1001010 101100

Color Harmonies of #73C41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C41D

Black with #73C41D

Text Example


Text Example

White with #73C41D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,196,29); }

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

background-color css

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

 a { background-color: rgb(115,196,29); }

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

border-color css

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

 span { border-color: rgb(115,196,29); }

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