Html Css Color HEX #73D41A Lima

📋 copy color: '#73D41A'

red 115 ◦ green 212 ◦ blue 26

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

Shades of Lima #73D41A

Tints of Lima #73D41A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.37%

R = 32.58%
G = 60.06%
B = 7.37%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#73D41A (or 0x73D41A) is known color: Lima. HEX triplet: 73, D4 and 1A. RGB value is (115,212,26). Sum of RGB (Red+Green+Blue) = 115+212+26=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 212 (83.20% from 255 or 60.06% from 353); Blue value is 26 (10.55% from 255 or 7.37% from 353); Max value from RGB is 212 - color contains mainly: green. Hex color #73D41A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D41A is #8C2BE5. Grayscale: #A2A2A2. Windows color (decimal): -9186278 or 1758323. OLE color: 1758323.

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

Color convert

RGB 115 212 26 -
CMYK 0.46 0 0.88 0.17
HSL 91.29º 0.78% 0.47% -
HSV(B) 91.29º 0.88% 0.83% -
XYZ 30.8 50.81 9.16 -
YUV 161.79 51.36 94.62 -
System Red Green Blue C M Y K H S L
Decimal 115 212 26 0.46 0 0.88 0.17 91.29 0.78 0.47
Hex 73 D4 1A 2E 0 58 11 5B 4E 2F
Octal 163 324 32 56 0 130 21 133 116 57
Binary 1110011 11010100 11010 101110 0 1011000 10001 1011011 1001110 101111

Color Harmonies of #73D41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D41A

Black with #73D41A

Text Example


Text Example

White with #73D41A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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