Html Css Color HEX #73C12A Lima

📋 copy color: '#73C12A'

red 115 ◦ green 193 ◦ blue 42

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

Shades of Lima #73C12A

Tints of Lima #73C12A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 55.14%

 BLUE value IS 42 (16.8% from 255) = 12%

R = 32.86%
G = 55.14%
B = 12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#73C12A (or 0x73C12A) is known color: Lima. HEX triplet: 73, C1 and 2A. RGB value is (115,193,42). Sum of RGB (Red+Green+Blue) = 115+193+42=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 193 (75.78% from 255 or 55.14% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 193 - color contains mainly: green. Hex color #73C12A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C12A is #8C3ED5. Grayscale: #989898. Windows color (decimal): -9191126 or 2802035. OLE color: 2802035.

HSL color Cylindrical-coordinate representation of color #73C12A: hue angle of 90.99º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73C12A is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 115 193 42 -
CMYK 0.40 0 0.78 0.24
HSL 90.99º 0.64% 0.46% -
HSV(B) 90.99º 0.78% 0.76% -
XYZ 26.56 41.95 8.89 -
YUV 152.46 65.66 101.28 -
System Red Green Blue C M Y K H S L
Decimal 115 193 42 0.40 0 0.78 0.24 90.99 0.64 0.46
Hex 73 C1 2A 28 0 4E 18 5B 40 2E
Octal 163 301 52 50 0 116 30 133 100 56
Binary 1110011 11000001 101010 101000 0 1001110 11000 1011011 1000000 101110

Color Harmonies of #73C12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C12A

Black with #73C12A

Text Example


Text Example

White with #73C12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,193,42); }

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

background-color css

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

 a { background-color: rgb(115,193,42); }

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

border-color css

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

 span { border-color: rgb(115,193,42); }

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