Html Css Color HEX #73C62B Lima

📋 copy color: '#73C62B'

red 115 ◦ green 198 ◦ blue 43

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

Shades of Lima #73C62B

Tints of Lima #73C62B

RGB

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

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

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

R = 32.3%
G = 55.62%
B = 12.08%

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

#73C62B (or 0x73C62B) is known color: Lima. HEX triplet: 73, C6 and 2B. RGB value is (115,198,43). Sum of RGB (Red+Green+Blue) = 115+198+43=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 198 (77.73% from 255 or 55.62% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 198 - color contains mainly: green. Hex color #73C62B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C62B is #8C39D4. Grayscale: #9C9C9C. Windows color (decimal): -9189845 or 2868851. OLE color: 2868851.

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

Color convert

RGB 115 198 43 -
CMYK 0.42 0 0.78 0.22
HSL 92.13º 0.64% 0.47% -
HSV(B) 92.13º 0.78% 0.78% -
XYZ 27.7 44.21 9.36 -
YUV 155.51 64.5 99.1 -
System Red Green Blue C M Y K H S L
Decimal 115 198 43 0.42 0 0.78 0.22 92.13 0.64 0.47
Hex 73 C6 2B 2A 0 4E 16 5C 40 2F
Octal 163 306 53 52 0 116 26 134 100 57
Binary 1110011 11000110 101011 101010 0 1001110 10110 1011100 1000000 101111

Color Harmonies of #73C62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C62B

Black with #73C62B

Text Example


Text Example

White with #73C62B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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