Html Css Color HEX #73C62C Lima

📋 copy color: '#73C62C'

red 115 ◦ green 198 ◦ blue 44

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

Shades of Lima #73C62C

Tints of Lima #73C62C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 55.46%

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

R = 32.21%
G = 55.46%
B = 12.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#73C62C (or 0x73C62C) is known color: Lima. HEX triplet: 73, C6 and 2C. RGB value is (115,198,44). Sum of RGB (Red+Green+Blue) = 115+198+44=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 198 (77.73% from 255 or 55.46% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 198 - color contains mainly: green. Hex color #73C62C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C62C is #8C39D3. Grayscale: #9C9C9C. Windows color (decimal): -9189844 or 2934387. OLE color: 2934387.

HSL color Cylindrical-coordinate representation of color #73C62C: hue angle of 92.34º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73C62C is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 115 198 44 -
CMYK 0.42 0 0.78 0.22
HSL 92.34º 0.64% 0.47% -
HSV(B) 92.34º 0.78% 0.78% -
XYZ 27.72 44.21 9.46 -
YUV 155.63 65 99.02 -
System Red Green Blue C M Y K H S L
Decimal 115 198 44 0.42 0 0.78 0.22 92.34 0.64 0.47
Hex 73 C6 2C 2A 0 4E 16 5C 40 2F
Octal 163 306 54 52 0 116 26 134 100 57
Binary 1110011 11000110 101100 101010 0 1001110 10110 1011100 1000000 101111

Color Harmonies of #73C62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C62C

Black with #73C62C

Text Example


Text Example

White with #73C62C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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