Html Css Color HEX #73C02B Lima

📋 copy color: '#73C02B'

red 115 ◦ green 192 ◦ blue 43

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

Shades of Lima #73C02B

Tints of Lima #73C02B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.86%

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

R = 32.86%
G = 54.86%
B = 12.29%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#73C02B (or 0x73C02B) is known color: Lima. HEX triplet: 73, C0 and 2B. RGB value is (115,192,43). Sum of RGB (Red+Green+Blue) = 115+192+43=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #73C02B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C02B is #8C3FD4. Grayscale: #989898. Windows color (decimal): -9191381 or 2867315. OLE color: 2867315.

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

Color convert

RGB 115 192 43 -
CMYK 0.40 0 0.78 0.25
HSL 91.01º 0.63% 0.46% -
HSV(B) 91.01º 0.78% 0.75% -
XYZ 26.36 41.52 8.91 -
YUV 151.99 66.49 101.62 -
System Red Green Blue C M Y K H S L
Decimal 115 192 43 0.40 0 0.78 0.25 91.01 0.63 0.46
Hex 73 C0 2B 28 0 4E 19 5B 3F 2E
Octal 163 300 53 50 0 116 31 133 77 56
Binary 1110011 11000000 101011 101000 0 1001110 11001 1011011 111111 101110

Color Harmonies of #73C02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C02B

Black with #73C02B

Text Example


Text Example

White with #73C02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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