Html Css Color HEX #73BF29 Lima

📋 copy color: '#73BF29'

red 115 ◦ green 191 ◦ blue 41

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

Shades of Lima #73BF29

Tints of Lima #73BF29

RGB

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

 GREEN value IS 191 (75% from 255) = 55.04%

 BLUE value IS 41 (16.41% from 255) = 11.82%

R = 33.14%
G = 55.04%
B = 11.82%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#73BF29 (or 0x73BF29) is known color: Lima. HEX triplet: 73, BF and 29. RGB value is (115,191,41). Sum of RGB (Red+Green+Blue) = 115+191+41=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 191 (75% from 255 or 55.04% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BF29 is #8C40D6. Grayscale: #979797. Windows color (decimal): -9191639 or 2735987. OLE color: 2735987.

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

Color convert

RGB 115 191 41 -
CMYK 0.40 0 0.79 0.25
HSL 90.4º 0.65% 0.45% -
HSV(B) 90.4º 0.79% 0.75% -
XYZ 26.1 41.07 8.65 -
YUV 151.18 65.82 102.2 -
System Red Green Blue C M Y K H S L
Decimal 115 191 41 0.40 0 0.79 0.25 90.4 0.65 0.45
Hex 73 BF 29 28 0 4F 19 5A 41 2D
Octal 163 277 51 50 0 117 31 132 101 55
Binary 1110011 10111111 101001 101000 0 1001111 11001 1011010 1000001 101101

Color Harmonies of #73BF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BF29

Black with #73BF29

Text Example


Text Example

White with #73BF29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,191,41); }

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

background-color css

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

 a { background-color: rgb(115,191,41); }

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

border-color css

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

 span { border-color: rgb(115,191,41); }

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