Html Css Color HEX #73BD2B Lima

📋 copy color: '#73BD2B'

red 115 ◦ green 189 ◦ blue 43

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

Shades of Lima #73BD2B

Tints of Lima #73BD2B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54.47%

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

R = 33.14%
G = 54.47%
B = 12.39%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#73BD2B (or 0x73BD2B) is known color: Lima. HEX triplet: 73, BD and 2B. RGB value is (115,189,43). Sum of RGB (Red+Green+Blue) = 115+189+43=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 189 (74.22% from 255 or 54.47% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BD2B is #8C42D4. Grayscale: #969696. Windows color (decimal): -9192149 or 2866547. OLE color: 2866547.

HSL color Cylindrical-coordinate representation of color #73BD2B: hue angle of 90.41º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73BD2B is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 189 43 -
CMYK 0.39 0 0.77 0.26
HSL 90.41º 0.63% 0.45% -
HSV(B) 90.41º 0.77% 0.74% -
XYZ 25.7 40.21 8.69 -
YUV 150.23 67.48 102.87 -
System Red Green Blue C M Y K H S L
Decimal 115 189 43 0.39 0 0.77 0.26 90.41 0.63 0.45
Hex 73 BD 2B 27 0 4D 1A 5A 3F 2D
Octal 163 275 53 47 0 115 32 132 77 55
Binary 1110011 10111101 101011 100111 0 1001101 11010 1011010 111111 101101

Color Harmonies of #73BD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BD2B

Black with #73BD2B

Text Example


Text Example

White with #73BD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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