Html Css Color HEX #73C12B Lima

📋 copy color: '#73C12B'

red 115 ◦ green 193 ◦ blue 43

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

Shades of Lima #73C12B

Tints of Lima #73C12B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.25%

R = 32.76%
G = 54.99%
B = 12.25%

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

#73C12B (or 0x73C12B) is known color: Lima. HEX triplet: 73, C1 and 2B. RGB value is (115,193,43). Sum of RGB (Red+Green+Blue) = 115+193+43=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 193 (75.78% from 255 or 54.99% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 193 - color contains mainly: green. Hex color #73C12B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C12B is #8C3ED4. Grayscale: #999999. Windows color (decimal): -9191125 or 2867571. OLE color: 2867571.

HSL color Cylindrical-coordinate representation of color #73C12B: hue angle of 91.2º 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 #73C12B is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 115 193 43 -
CMYK 0.40 0 0.78 0.24
HSL 91.2º 0.64% 0.46% -
HSV(B) 91.2º 0.78% 0.76% -
XYZ 26.58 41.96 8.98 -
YUV 152.58 66.16 101.2 -
System Red Green Blue C M Y K H S L
Decimal 115 193 43 0.40 0 0.78 0.24 91.2 0.64 0.46
Hex 73 C1 2B 28 0 4E 18 5B 40 2E
Octal 163 301 53 50 0 116 30 133 100 56
Binary 1110011 11000001 101011 101000 0 1001110 11000 1011011 1000000 101110

Color Harmonies of #73C12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C12B

Black with #73C12B

Text Example


Text Example

White with #73C12B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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