Html Css Color HEX #73D12C Lima

📋 copy color: '#73D12C'

red 115 ◦ green 209 ◦ blue 44

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

Shades of Lima #73D12C

Tints of Lima #73D12C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 56.79%

 BLUE value IS 44 (17.58% from 255) = 11.96%

R = 31.25%
G = 56.79%
B = 11.96%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#73D12C (or 0x73D12C) is known color: Lima. HEX triplet: 73, D1 and 2C. RGB value is (115,209,44). Sum of RGB (Red+Green+Blue) = 115+209+44=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 209 (82.03% from 255 or 56.79% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 209 - color contains mainly: green. Hex color #73D12C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D12C is #8C2ED3. Grayscale: #A2A2A2. Windows color (decimal): -9187028 or 2937203. OLE color: 2937203.

HSL color Cylindrical-coordinate representation of color #73D12C: hue angle of 94.18º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #73D12C is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 209 44 -
CMYK 0.45 0 0.79 0.18
HSL 94.18º 0.65% 0.5% -
HSV(B) 94.18º 0.79% 0.82% -
XYZ 30.33 49.43 10.33 -
YUV 162.08 61.36 94.42 -
System Red Green Blue C M Y K H S L
Decimal 115 209 44 0.45 0 0.79 0.18 94.18 0.65 0.5
Hex 73 D1 2C 2D 0 4F 12 5E 41 32
Octal 163 321 54 55 0 117 22 136 101 62
Binary 1110011 11010001 101100 101101 0 1001111 10010 1011110 1000001 110010

Color Harmonies of #73D12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D12C

Black with #73D12C

Text Example


Text Example

White with #73D12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,209,44); }

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

background-color css

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

 a { background-color: rgb(115,209,44); }

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

border-color css

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

 span { border-color: rgb(115,209,44); }

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