Html Css Color HEX #73BA27 Lima

📋 copy color: '#73BA27'

red 115 ◦ green 186 ◦ blue 39

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

Shades of Lima #73BA27

Tints of Lima #73BA27

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.71%

 BLUE value IS 39 (15.63% from 255) = 11.47%

R = 33.82%
G = 54.71%
B = 11.47%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#73BA27 (or 0x73BA27) is known color: Lima. HEX triplet: 73, BA and 27. RGB value is (115,186,39). Sum of RGB (Red+Green+Blue) = 115+186+39=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BA27 is #8C45D8. Grayscale: #949494. Windows color (decimal): -9192921 or 2603635. OLE color: 2603635.

HSL color Cylindrical-coordinate representation of color #73BA27: hue angle of 88.98º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #73BA27 is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 186 39 -
CMYK 0.38 0 0.79 0.27
HSL 88.98º 0.65% 0.44% -
HSV(B) 88.98º 0.79% 0.73% -
XYZ 25 38.91 8.11 -
YUV 148.01 66.48 104.45 -
System Red Green Blue C M Y K H S L
Decimal 115 186 39 0.38 0 0.79 0.27 88.98 0.65 0.44
Hex 73 BA 27 26 0 4F 1B 59 41 2C
Octal 163 272 47 46 0 117 33 131 101 54
Binary 1110011 10111010 100111 100110 0 1001111 11011 1011001 1000001 101100

Color Harmonies of #73BA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BA27

Black with #73BA27

Text Example


Text Example

White with #73BA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,186,39); }

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

background-color css

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

 a { background-color: rgb(115,186,39); }

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

border-color css

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

 span { border-color: rgb(115,186,39); }

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