Html Css Color HEX #73BF2A Lima

📋 copy color: '#73BF2A'

red 115 ◦ green 191 ◦ blue 42

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

Shades of Lima #73BF2A

Tints of Lima #73BF2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.07%

R = 33.05%
G = 54.89%
B = 12.07%

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

#73BF2A (or 0x73BF2A) is known color: Lima. HEX triplet: 73, BF and 2A. RGB value is (115,191,42). Sum of RGB (Red+Green+Blue) = 115+191+42=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 191 (75% from 255 or 54.89% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BF2A is #8C40D5. Grayscale: #979797. Windows color (decimal): -9191638 or 2801523. OLE color: 2801523.

HSL color Cylindrical-coordinate representation of color #73BF2A: hue angle of 90.6º degrees, saturation: 0.64, 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 #73BF2A is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 191 42 -
CMYK 0.40 0 0.78 0.25
HSL 90.6º 0.64% 0.46% -
HSV(B) 90.6º 0.78% 0.75% -
XYZ 26.12 41.07 8.74 -
YUV 151.29 66.32 102.12 -
System Red Green Blue C M Y K H S L
Decimal 115 191 42 0.40 0 0.78 0.25 90.6 0.64 0.46
Hex 73 BF 2A 28 0 4E 19 5B 40 2E
Octal 163 277 52 50 0 116 31 133 100 56
Binary 1110011 10111111 101010 101000 0 1001110 11001 1011011 1000000 101110

Color Harmonies of #73BF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BF2A

Black with #73BF2A

Text Example


Text Example

White with #73BF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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