Html Css Color HEX #73C51B Lima

📋 copy color: '#73C51B'

red 115 ◦ green 197 ◦ blue 27

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

Shades of Lima #73C51B

Tints of Lima #73C51B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 58.11%

 BLUE value IS 27 (10.94% from 255) = 7.96%

R = 33.92%
G = 58.11%
B = 7.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#73C51B (or 0x73C51B) is known color: Lima. HEX triplet: 73, C5 and 1B. RGB value is (115,197,27). Sum of RGB (Red+Green+Blue) = 115+197+27=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 197 (77.34% from 255 or 58.11% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 197 - color contains mainly: green. Hex color #73C51B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C51B is #8C3AE4. Grayscale: #999999. Windows color (decimal): -9190117 or 1820019. OLE color: 1820019.

HSL color Cylindrical-coordinate representation of color #73C51B: hue angle of 88.94º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73C51B is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 115 197 27 -
CMYK 0.42 0 0.86 0.23
HSL 88.94º 0.76% 0.44% -
HSV(B) 88.94º 0.86% 0.77% -
XYZ 27.23 43.66 8.03 -
YUV 153.1 56.83 100.82 -
System Red Green Blue C M Y K H S L
Decimal 115 197 27 0.42 0 0.86 0.23 88.94 0.76 0.44
Hex 73 C5 1B 2A 0 56 17 59 4C 2C
Octal 163 305 33 52 0 126 27 131 114 54
Binary 1110011 11000101 11011 101010 0 1010110 10111 1011001 1001100 101100

Color Harmonies of #73C51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C51B

Black with #73C51B

Text Example


Text Example

White with #73C51B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,197,27); }

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

background-color css

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

 a { background-color: rgb(115,197,27); }

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

border-color css

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

 span { border-color: rgb(115,197,27); }

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