Html Css Color HEX #73BF2E Lima

📋 copy color: '#73BF2E'

red 115 ◦ green 191 ◦ blue 46

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

Shades of Lima #73BF2E

Tints of Lima #73BF2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.07%

R = 32.67%
G = 54.26%
B = 13.07%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#73BF2E (or 0x73BF2E) is known color: Lima. HEX triplet: 73, BF and 2E. RGB value is (115,191,46). Sum of RGB (Red+Green+Blue) = 115+191+46=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BF2E is #8C40D1. Grayscale: #989898. Windows color (decimal): -9191634 or 3063667. OLE color: 3063667.

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

Color convert

RGB 115 191 46 -
CMYK 0.40 0 0.76 0.25
HSL 91.45º 0.61% 0.46% -
HSV(B) 91.45º 0.76% 0.75% -
XYZ 26.19 41.1 9.14 -
YUV 151.75 68.32 101.79 -
System Red Green Blue C M Y K H S L
Decimal 115 191 46 0.40 0 0.76 0.25 91.45 0.61 0.46
Hex 73 BF 2E 28 0 4C 19 5B 3D 2E
Octal 163 277 56 50 0 114 31 133 75 56
Binary 1110011 10111111 101110 101000 0 1001100 11001 1011011 111101 101110

Color Harmonies of #73BF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BF2E

Black with #73BF2E

Text Example


Text Example

White with #73BF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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