Html Css Color HEX #73BE28 Lima

📋 copy color: '#73BE28'

red 115 ◦ green 190 ◦ blue 40

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

Shades of Lima #73BE28

Tints of Lima #73BE28

RGB

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

 GREEN value IS 190 (74.61% from 255) = 55.07%

 BLUE value IS 40 (16.02% from 255) = 11.59%

R = 33.33%
G = 55.07%
B = 11.59%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#73BE28 (or 0x73BE28) is known color: Lima. HEX triplet: 73, BE and 28. RGB value is (115,190,40). Sum of RGB (Red+Green+Blue) = 115+190+40=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #73BE28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BE28 is #8C41D7. Grayscale: #979797. Windows color (decimal): -9191896 or 2670195. OLE color: 2670195.

HSL color Cylindrical-coordinate representation of color #73BE28: hue angle of 90º 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 #73BE28 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 190 40 -
CMYK 0.39 0 0.79 0.25
HSL 90º 0.65% 0.45% -
HSV(B) 90º 0.79% 0.75% -
XYZ 25.87 40.62 8.49 -
YUV 150.48 65.65 102.7 -
System Red Green Blue C M Y K H S L
Decimal 115 190 40 0.39 0 0.79 0.25 90 0.65 0.45
Hex 73 BE 28 27 0 4F 19 5A 41 2D
Octal 163 276 50 47 0 117 31 132 101 55
Binary 1110011 10111110 101000 100111 0 1001111 11001 1011010 1000001 101101

Color Harmonies of #73BE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BE28

Black with #73BE28

Text Example


Text Example

White with #73BE28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,190,40); }

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

background-color css

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

 a { background-color: rgb(115,190,40); }

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

border-color css

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

 span { border-color: rgb(115,190,40); }

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