Html Css Color HEX #73C32C Lima

📋 copy color: '#73C32C'

red 115 ◦ green 195 ◦ blue 44

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

Shades of Lima #73C32C

Tints of Lima #73C32C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.08%

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

R = 32.49%
G = 55.08%
B = 12.43%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#73C32C (or 0x73C32C) is known color: Lima. HEX triplet: 73, C3 and 2C. RGB value is (115,195,44). Sum of RGB (Red+Green+Blue) = 115+195+44=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 195 (76.56% from 255 or 55.08% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 195 - color contains mainly: green. Hex color #73C32C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C32C is #8C3CD3. Grayscale: #9A9A9A. Windows color (decimal): -9190612 or 2933619. OLE color: 2933619.

HSL color Cylindrical-coordinate representation of color #73C32C: hue angle of 91.79º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73C32C is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 115 195 44 -
CMYK 0.41 0 0.77 0.24
HSL 91.79º 0.63% 0.47% -
HSV(B) 91.79º 0.77% 0.76% -
XYZ 27.04 42.86 9.23 -
YUV 153.87 66 100.28 -
System Red Green Blue C M Y K H S L
Decimal 115 195 44 0.41 0 0.77 0.24 91.79 0.63 0.47
Hex 73 C3 2C 29 0 4D 18 5C 3F 2F
Octal 163 303 54 51 0 115 30 134 77 57
Binary 1110011 11000011 101100 101001 0 1001101 11000 1011100 111111 101111

Color Harmonies of #73C32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C32C

Black with #73C32C

Text Example


Text Example

White with #73C32C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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