Html Css Color HEX #73C51D Lima

📋 copy color: '#73C51D'

red 115 ◦ green 197 ◦ blue 29

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

Shades of Lima #73C51D

Tints of Lima #73C51D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 57.77%

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

R = 33.72%
G = 57.77%
B = 8.5%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#73C51D (or 0x73C51D) is known color: Lima. HEX triplet: 73, C5 and 1D. RGB value is (115,197,29). Sum of RGB (Red+Green+Blue) = 115+197+29=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 197 (77.34% from 255 or 57.77% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 197 - color contains mainly: green. Hex color #73C51D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C51D is #8C3AE2. Grayscale: #999999. Windows color (decimal): -9190115 or 1951091. OLE color: 1951091.

HSL color Cylindrical-coordinate representation of color #73C51D: hue angle of 89.29º 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 #73C51D is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 115 197 29 -
CMYK 0.42 0 0.85 0.23
HSL 89.29º 0.74% 0.44% -
HSV(B) 89.29º 0.85% 0.77% -
XYZ 27.26 43.67 8.15 -
YUV 153.33 57.83 100.66 -
System Red Green Blue C M Y K H S L
Decimal 115 197 29 0.42 0 0.85 0.23 89.29 0.74 0.44
Hex 73 C5 1D 2A 0 55 17 59 4A 2C
Octal 163 305 35 52 0 125 27 131 112 54
Binary 1110011 11000101 11101 101010 0 1010101 10111 1011001 1001010 101100

Color Harmonies of #73C51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C51D

Black with #73C51D

Text Example


Text Example

White with #73C51D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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